diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-05 17:50:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:15 -0500 |
commit | 3bec2022eb610342de4a023205996b3872035da7 (patch) | |
tree | 58da7c1984e7bf29671201f7b86a036fbc444d49 /source4 | |
parent | c71c86c52458eefae8a34774ec186c2837f473af (diff) | |
download | samba-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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/kerberos/krb5_init_context.c | 2 |
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; |