summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-05 17:50:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:15 -0500
commit3bec2022eb610342de4a023205996b3872035da7 (patch)
tree58da7c1984e7bf29671201f7b86a036fbc444d49
parentc71c86c52458eefae8a34774ec186c2837f473af (diff)
downloadsamba-3bec2022eb610342de4a023205996b3872035da7.tar.gz
samba-3bec2022eb610342de4a023205996b3872035da7.tar.bz2
samba-3bec2022eb610342de4a023205996b3872035da7.zip
r13844: Remove _PUBLIC_ for now as the proto script seems to make false assumptions
about the data type being known. (This used to be commit 991bec80e4f20c9fac9ab5c45b0fdf6d048cda66)
-rw-r--r--source4/auth/kerberos/krb5_init_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c
index ccc824d969..5e00ee6286 100644
--- a/source4/auth/kerberos/krb5_init_context.c
+++ b/source4/auth/kerberos/krb5_init_context.c
@@ -371,7 +371,7 @@ static void smb_krb5_send_and_recv_close_func(krb5_context context, void *data)
}
-_PUBLIC_ krb5_error_code smb_krb5_init_context(void *parent_ctx,
+krb5_error_code smb_krb5_init_context(void *parent_ctx,
struct smb_krb5_context **smb_krb5_context)
{
krb5_error_code ret;