diff options
author | Günther Deschner <gd@samba.org> | 2008-02-19 02:30:53 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-19 03:12:37 +0100 |
commit | a750bbf1b8d0d2b48af6be40f8d505b5e0edd899 (patch) | |
tree | e17112f000c9e7698c292ec53c8ce87a539c09b6 /source3/include | |
parent | cea7718db8defbf418f06b78a20ff57750b5346f (diff) | |
download | samba-a750bbf1b8d0d2b48af6be40f8d505b5e0edd899.tar.gz samba-a750bbf1b8d0d2b48af6be40f8d505b5e0edd899.tar.bz2 samba-a750bbf1b8d0d2b48af6be40f8d505b5e0edd899.zip |
Remove unused marshalling for SVCCTL_START_SERVICE.
Guenther
(This used to be commit 57e03a7fd56062bbff19c88c3b6928e8a0481794)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_svcctl.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index c40ea8e8ce..4f2182091a 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -198,18 +198,6 @@ typedef struct _ServiceInfo { typedef struct { POLICY_HND handle; - uint32 parmcount; - UNISTR4_ARRAY *parameters; -} SVCCTL_Q_START_SERVICE; - -typedef struct { - WERROR status; -} SVCCTL_R_START_SERVICE; - -/**************************/ - -typedef struct { - POLICY_HND handle; uint32 control; } SVCCTL_Q_CONTROL_SERVICE; |