diff options
author | Günther Deschner <gd@samba.org> | 2011-10-17 15:56:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-17 15:56:08 +0200 |
commit | 234f06eae1a05a232ec1d09250badd6706b8beb2 (patch) | |
tree | ac7359d69edee7429f422eb0ae9de82a83ed3d8e /source3 | |
parent | 235f78aa955084c87fbc9f3bc9f556a9811a71c4 (diff) | |
download | samba-234f06eae1a05a232ec1d09250badd6706b8beb2.tar.gz samba-234f06eae1a05a232ec1d09250badd6706b8beb2.tar.bz2 samba-234f06eae1a05a232ec1d09250badd6706b8beb2.zip |
s3-auth: remove dead prototype.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/proto.h | 1 |
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 */ |