summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-19 02:43:56 +0100
committerGünther Deschner <gd@samba.org>2008-02-19 03:13:26 +0100
commitc147f2fd6b5d8f319b2cf6903da093211f46e575 (patch)
tree7166f3ea036eaa1a7a9f9dfbc5fdb6aefc1fbfbb /source3/include/rpc_svcctl.h
parent3c3944ee3850398a8d1349143aef53cdee44cdf4 (diff)
downloadsamba-c147f2fd6b5d8f319b2cf6903da093211f46e575.tar.gz
samba-c147f2fd6b5d8f319b2cf6903da093211f46e575.tar.bz2
samba-c147f2fd6b5d8f319b2cf6903da093211f46e575.zip
Remove unused marshalling for SVCCTL_QUERY_STATUS.
Guenther (This used to be commit 8a621f517fe38ce91f10e12fccc2963af6afc33d)
Diffstat (limited to 'source3/include/rpc_svcctl.h')
-rw-r--r--source3/include/rpc_svcctl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index aaa02dd28c..2bd28db291 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -198,17 +198,6 @@ typedef struct _ServiceInfo {
typedef struct {
POLICY_HND handle;
-} SVCCTL_Q_QUERY_STATUS;
-
-typedef struct {
- SERVICE_STATUS svc_status;
- WERROR status;
-} SVCCTL_R_QUERY_STATUS;
-
-/**************************/
-
-typedef struct {
- POLICY_HND handle;
uint32 type;
uint32 state;
uint32 buffer_size;