diff options
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; |