Author: gd Date: 2007-07-19 13:37:49 +0000 (Thu, 19 Jul 2007) New Revision: 23971
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23971 Log: Prevent build failures. Guenther Modified: branches/SAMBA_3_2/source/include/includes.h branches/SAMBA_3_2_0/source/include/includes.h Changeset: Modified: branches/SAMBA_3_2/source/include/includes.h =================================================================== --- branches/SAMBA_3_2/source/include/includes.h 2007-07-19 13:36:41 UTC (rev 23970) +++ branches/SAMBA_3_2/source/include/includes.h 2007-07-19 13:37:49 UTC (rev 23971) @@ -1207,7 +1207,11 @@ const char *keytab_name, BOOL write_access, krb5_keytab *keytab); - +NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, + const char *name, + const char *pass, + time_t time_offset, + PAC_DATA **pac_ret); #endif /* HAVE_KRB5 */ Modified: branches/SAMBA_3_2_0/source/include/includes.h =================================================================== --- branches/SAMBA_3_2_0/source/include/includes.h 2007-07-19 13:36:41 UTC (rev 23970) +++ branches/SAMBA_3_2_0/source/include/includes.h 2007-07-19 13:37:49 UTC (rev 23971) @@ -1211,7 +1211,11 @@ const char *keytab_name, BOOL write_access, krb5_keytab *keytab); - +NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, + const char *name, + const char *pass, + time_t time_offset, + PAC_DATA **pac_ret); #endif /* HAVE_KRB5 */
