diff options
author | Günther Deschner <gd@samba.org> | 2008-11-14 11:54:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-17 13:18:00 +0100 |
commit | 5b4140a99767db9f0dfa02049e4dcff23a7fdb83 (patch) | |
tree | 2489ed1ef5337a14eed4b330b3210d90b331f78b /source3/librpc/gen_ndr/cli_svcctl.h | |
parent | 738d066768a8aebf0d9522e49d30e2df0ad4f07b (diff) | |
download | samba-5b4140a99767db9f0dfa02049e4dcff23a7fdb83.tar.gz samba-5b4140a99767db9f0dfa02049e4dcff23a7fdb83.tar.bz2 samba-5b4140a99767db9f0dfa02049e4dcff23a7fdb83.zip |
svcctl: fill in SERVICE_CONTROL from s3.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/cli_svcctl.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_svcctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_svcctl.h b/source3/librpc/gen_ndr/cli_svcctl.h index 02abbadf1e..4e4e223243 100644 --- a/source3/librpc/gen_ndr/cli_svcctl.h +++ b/source3/librpc/gen_ndr/cli_svcctl.h @@ -8,7 +8,7 @@ NTSTATUS rpccli_svcctl_CloseServiceHandle(struct rpc_pipe_client *cli, NTSTATUS rpccli_svcctl_ControlService(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle /* [in] [ref] */, - uint32_t control /* [in] */, + enum SERVICE_CONTROL control /* [in] */, struct SERVICE_STATUS *service_status /* [out] [ref] */, WERROR *werror); NTSTATUS rpccli_svcctl_DeleteService(struct rpc_pipe_client *cli, |