From 234f06eae1a05a232ec1d09250badd6706b8beb2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Oct 2011 15:56:08 +0200 Subject: s3-auth: remove dead prototype. Guenther --- source3/auth/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth/proto.h') 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 */ -- cgit