diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 14:29:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:33 +0200 |
commit | 474020b1aeca8c527ea9aac6c39c6fb8386ace23 (patch) | |
tree | 35f6e6d85715c8de9a904a8c947dcdabcb6633fb /source3/winbindd/winbindd_proto.h | |
parent | 1ac8bf4ea8f28bf39990c42449eda07966bd5f81 (diff) | |
download | samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.tar.gz samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.tar.xz samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.zip |
s3:winbind: remove the method SET_MAPPING from winbind's API
Michael
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 8ce31d7e2a..b90c90a646 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_set_mapping_send(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - struct winbindd_cli_state *cli, - struct winbindd_request *request); -NTSTATUS winbindd_set_mapping_recv(struct tevent_req *req, - struct winbindd_response *response); - struct tevent_req *winbindd_remove_mapping_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct winbindd_cli_state *cli, |