summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-06 18:26:33 +0200
committerGünther Deschner <gd@samba.org>2009-10-13 12:42:44 +0200
commita3306e352dad74c3c6ce441610defc472d570f4f (patch)
treed3b722db4ddac8f03bbdc5b27f4b5ad73f87ccde /source3/winbindd/winbindd_proto.h
parent0c37c23869fe8000609c91be3d44ba269ff38f3b (diff)
downloadsamba-a3306e352dad74c3c6ce441610defc472d570f4f.tar.gz
samba-a3306e352dad74c3c6ce441610defc472d570f4f.tar.bz2
samba-a3306e352dad74c3c6ce441610defc472d570f4f.zip
s3-winbindd: add wbint_ChangeMachineAccount implementation.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 307225877f..21feddf6d6 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -995,6 +995,13 @@ struct tevent_req *winbindd_check_machine_acct_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_check_machine_acct_recv(struct tevent_req *req,
struct winbindd_response *presp);
+struct tevent_req *winbindd_change_machine_acct_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+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,