summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-10-28 11:50:35 +0200
committerVolker Lendecke <vl@samba.org>2017-10-30 00:15:06 +0100
commit3e0cc6e96d82a522026828af65ff7ba8f645528b (patch)
tree018f6af2ef428898b6c17cdb4a64e515b251af5c /source3/auth
parente5251ee188e948f37e76d4071d435496c5be27d7 (diff)
downloadsamba-3e0cc6e96d82a522026828af65ff7ba8f645528b.tar.gz
s3-auth: remove leftover prototype from auth_domain.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Oct 30 00:15:07 CET 2017 on sn-devel-144
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 3942815e467..996b432f18c 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -97,10 +97,6 @@ NTSTATUS auth_check_ntlm_password(TALLOC_CTX *mem_ctx,
NTSTATUS auth_builtin_init(TALLOC_CTX *mem_ctx);
-/* The following definitions come from auth/auth_domain.c */
-
-NTSTATUS auth_domain_init(TALLOC_CTX *mem_ctx);
-
/* The following definitions come from auth/auth_generic.c */
NTSTATUS make_auth4_context(TALLOC_CTX *mem_ctx, struct auth4_context **auth4_context_out);