diff options
author | Günther Deschner <gd@samba.org> | 2008-02-19 02:37:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-19 03:13:02 +0100 |
commit | 35e48a4b1dfa3d63476fca105766da1ec980b446 (patch) | |
tree | 53fdd89c7d9969b4b680412fab54b5406746591a /source3/include | |
parent | 87bccd70caa6521fbbf6aa603ffff3ce30d8133d (diff) | |
download | samba-35e48a4b1dfa3d63476fca105766da1ec980b446.tar.gz samba-35e48a4b1dfa3d63476fca105766da1ec980b446.tar.bz2 samba-35e48a4b1dfa3d63476fca105766da1ec980b446.zip |
Remove unused marshalling for SVCCTL_CONTROL_SERVICE.
Guenther
(This used to be commit 84112a24f5292b8d2e4d446e39462e0402453b4a)
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 4f2182091a..aaa02dd28c 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 control; -} SVCCTL_Q_CONTROL_SERVICE; - -typedef struct { - SERVICE_STATUS svc_status; - WERROR status; -} SVCCTL_R_CONTROL_SERVICE; - -/**************************/ - -typedef struct { - POLICY_HND handle; } SVCCTL_Q_QUERY_STATUS; typedef struct { |