summaryrefslogtreecommitdiffstats
path: root/source3/auth
diff options
context:
space:
mode:
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 1da0c445e7..9f4e47af9a 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_ */