From 95f9542e055d027adeb596a2c67fe48add77033c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 31 Aug 2010 23:09:39 +0200 Subject: s3-auth: remove global include of krb5pac.h. Guenther --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 7af0d08011..a49aa66564 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4856,7 +4856,7 @@ const struct mangle_fns *posix_mangle_init(void); bool map_username(fstring user); /* The following definitions come from auth/user_krb5.c */ - +struct PAC_LOGON_INFO; NTSTATUS get_user_from_kerberos_info(TALLOC_CTX *mem_ctx, const char *cli_name, const char *princ_name, -- cgit