svn commit: samba r1721 - branches/SAMBA_3_0/source/include trunk/source/include

gd at samba.org gd at samba.org
Wed Aug 11 09:34:31 GMT 2004


Author: gd
Date: 2004-08-11 09:34:30 +0000 (Wed, 11 Aug 2004)
New Revision: 1721
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1721&nolog=1
Log:
Get rid of compiler-warning.

Guenther

Modified:
   branches/SAMBA_3_0/source/include/includes.h
   trunk/source/include/includes.h

Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2004-08-11 09:32:32 UTC (rev 1720)
+++ branches/SAMBA_3_0/source/include/includes.h	2004-08-11 09:34:30 UTC (rev 1721)
@@ -1307,6 +1307,7 @@
 krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes);
 void free_kerberos_etypes(krb5_context context, krb5_enctype *enctypes);
 BOOL get_krb5_smb_session_key(krb5_context context, krb5_auth_context auth_context, DATA_BLOB *session_key, BOOL remote);
+krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry);
 #endif /* HAVE_KRB5 */
 
 

Modified: trunk/source/include/includes.h
===================================================================
--- trunk/source/include/includes.h	2004-08-11 09:32:32 UTC (rev 1720)
+++ trunk/source/include/includes.h	2004-08-11 09:34:30 UTC (rev 1721)
@@ -1310,6 +1310,7 @@
 krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes);
 void free_kerberos_etypes(krb5_context context, krb5_enctype *enctypes);
 BOOL get_krb5_smb_session_key(krb5_context context, krb5_auth_context auth_context, DATA_BLOB *session_key, BOOL remote);
+krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry);
 #endif /* HAVE_KRB5 */
 
 /* TRUE and FALSE are part of the C99 standard and gcc, but



More information about the samba-cvs mailing list