summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-22 14:34:50 +0100
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:34 +0200
commit3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16 (patch)
treebe0cef0fbf206f3113b851bda8667b0d521acc82 /source3/winbindd/winbindd_proto.h
parent6740c180e668307f1ee16084f5d6531508bb1cbf (diff)
downloadsamba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.gz
samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.bz2
samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.zip
s3:winbind: remove the method REMOVE_MAPPING from winbind's API
Michael
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index b90c90a646..746328856e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -816,13 +816,6 @@ struct tevent_req *winbindd_change_machine_acct_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_change_machine_acct_recv(struct tevent_req *req,
struct winbindd_response *presp);
-struct tevent_req *winbindd_remove_mapping_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct winbindd_cli_state *cli,
- struct winbindd_request *request);
-NTSTATUS winbindd_remove_mapping_recv(struct tevent_req *req,
- struct winbindd_response *response);
-
struct tevent_req *winbindd_pam_auth_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct winbindd_cli_state *cli,