From 3e0cc6e96d82a522026828af65ff7ba8f645528b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sat, 28 Oct 2017 11:50:35 +0200 Subject: [PATCH] s3-auth: remove leftover prototype from auth_domain. Guenther Signed-off-by: Guenther Deschner Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Oct 30 00:15:07 CET 2017 on sn-devel-144 --- source3/auth/proto.h | 4 ---- 1 file changed, 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); -- 2.47.3