summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-31 23:09:39 +0200
committerGünther Deschner <gd@samba.org>2010-08-31 23:17:40 +0200
commit95f9542e055d027adeb596a2c67fe48add77033c (patch)
treecfd897a188f2bd2faaec897fe054b619555268f1 /source3/include
parent16c2d9182d0c0ff55eba4d8bce2931b579b00339 (diff)
downloadsamba-95f9542e055d027adeb596a2c67fe48add77033c.tar.gz
samba-95f9542e055d027adeb596a2c67fe48add77033c.tar.bz2
samba-95f9542e055d027adeb596a2c67fe48add77033c.zip
s3-auth: remove global include of krb5pac.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
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,