summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 20:16:26 +0100
committerJeremy Allison <jra@samba.org>2014-11-14 23:27:05 +0100
commitc6d35716502e43cc4ba220bd5374eab8d73ae1b1 (patch)
tree89978f2a20ab2381299ca1e287b20ae44a8a0e9c /source3/auth
parentd5326bca33a7e64cd86f2a86a8b95591ed712a77 (diff)
downloadsamba-c6d35716502e43cc4ba220bd5374eab8d73ae1b1.tar.gz
s3:auth: add missing auth_samba4_init() prototype
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 1da0c445e78..9f4e47af9aa 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -380,5 +380,8 @@ NTSTATUS make_session_info_krb5(TALLOC_CTX *mem_ctx,
DATA_BLOB *session_key,
struct auth_session_info **session_info);
+/* The following definitions come from auth/auth_samba4.c */
+
+NTSTATUS auth_samba4_init(void);
#endif /* _AUTH_PROTO_H_ */