r13844: Remove _PUBLIC_ for now as the proto script seems to make false assumptions
authorJelmer Vernooij <jelmer@samba.org>
Sun, 5 Mar 2006 17:50:47 +0000 (17:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:15 +0000 (13:52 -0500)
about the data type being known.
(This used to be commit 991bec80e4f20c9fac9ab5c45b0fdf6d048cda66)

source4/auth/kerberos/krb5_init_context.c

index ccc824d969ea1dc5ae0fdf5d41762820a930d403..5e00ee628633914d02ca348f6a6ade69b2470bc3 100644 (file)
@@ -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;