From 3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 14:34:50 +0100 Subject: s3:winbind: remove the method REMOVE_MAPPING from winbind's API Michael --- source3/winbindd/winbindd_proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') 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, -- cgit