Author: gd Date: 2007-08-14 15:31:36 +0000 (Tue, 14 Aug 2007) New Revision: 24419
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24419 Log: Hm, I think this protoype is not required here. 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-08-14 15:29:42 UTC (rev 24418) +++ branches/SAMBA_3_2/source/include/includes.h 2007-08-14 15:31:36 UTC (rev 24419) @@ -1211,11 +1211,6 @@ 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-08-14 15:29:42 UTC (rev 24418) +++ branches/SAMBA_3_2_0/source/include/includes.h 2007-08-14 15:31:36 UTC (rev 24419) @@ -1215,11 +1215,6 @@ 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 */
