1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

r1447: Fix compile.

Andrew Bartlett
(This used to be commit b97ea8a63f044d2c20781c876575978cc4725285)
This commit is contained in:
Andrew Bartlett 2004-07-11 11:52:01 +00:00 committed by Gerald (Jerry) Carter
parent 59a3aece81
commit 7980759352

View File

@ -68,6 +68,6 @@ NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
krb5_auth_context auth_context,
const char *realm, const DATA_BLOB *ticket,
char **principal, DATA_BLOB *auth_data,
DATA_BLOB *ap_rep)
DATA_BLOB *ap_rep);
#endif /* HAVE_KRB5 */