1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-14 00:58:38 +03:00

r23971: Prevent build failures.

Guenther
This commit is contained in:
Günther Deschner 2007-07-19 13:37:49 +00:00 committed by Gerald (Jerry) Carter
parent 7d321aad83
commit f959a0f152

View File

@ -1207,7 +1207,11 @@ 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 */