libkrb5: Add missing KRB5_LIB_FUNCTION/KRB5_LIB_CALL

KRB5_LIB_FUNCTION and KRB5_LIB_CALL are necessary even on private
functions that are exported.

Change-Id: Iccd0cfe87ff0a9d851e29890e9cb55b3ae517ce1
This commit is contained in:
Jeffrey Altman
2013-06-22 18:10:01 -04:00
parent dd47d25e5d
commit 5f138a16ef
27 changed files with 61 additions and 61 deletions

View File

@@ -56,7 +56,7 @@ get_env_user(void)
* avoid recursive calls.
*/
krb5_error_code
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
_krb5_get_default_principal_local (krb5_context context,
krb5_principal *princ)
{
@@ -100,7 +100,7 @@ _krb5_get_default_principal_local (krb5_context context,
#define SECURITY_WIN32
#include <security.h>
krb5_error_code
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
_krb5_get_default_principal_local(krb5_context context,
krb5_principal *princ)
{