1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r24419: Hm, I think this protoype is not required here.

Guenther
(This used to be commit 42abe8450b)
This commit is contained in:
Günther Deschner 2007-08-14 15:31:36 +00:00 committed by Gerald (Jerry) Carter
parent 873bc06d95
commit a573b80df7

View File

@ -1211,11 +1211,6 @@ krb5_error_code smb_krb5_open_keytab(krb5_context context,
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 */