summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 5dded1421c..a7266d6e60 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -199,7 +199,6 @@ NTSTATUS make_server_info_wbcAuthUserInfo(TALLOC_CTX *mem_ctx,
const struct wbcAuthUserInfo *info,
struct auth_serversupplied_info **server_info);
void free_user_info(struct auth_usersupplied_info **user_info);
-bool make_auth_methods(struct auth_context *auth_context, auth_methods **auth_method) ;
bool is_trusted_domain(const char* dom_name);
/* The following definitions come from auth/user_info.c */