svn commit: samba r13844 - in branches/SAMBA_4_0/source/auth/kerberos: .

jelmer at samba.org jelmer at samba.org
Sun Mar 5 17:50:47 GMT 2006


Author: jelmer
Date: 2006-03-05 17:50:47 +0000 (Sun, 05 Mar 2006)
New Revision: 13844

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13844

Log:
Remove _PUBLIC_ for now as the proto script seems to make false assumptions 
about the data type being known.

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-03-05 17:49:30 UTC (rev 13843)
+++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-03-05 17:50:47 UTC (rev 13844)
@@ -371,7 +371,7 @@
 }
 
 
-_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;



More information about the samba-cvs mailing list