summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-09 16:22:03 +0100
committerGünther Deschner <gd@samba.org>2009-01-09 17:08:18 +0100
commit03611c6c9d84b2654481dc51ce2af2665205e755 (patch)
tree157e27330ced2a55c42324964fa2bed53663dcd7 /source3/include/rpc_svcctl.h
parent2d218c93cd18f8c26fc0f549f7d059cf4b139893 (diff)
downloadsamba-03611c6c9d84b2654481dc51ce2af2665205e755.tar.gz
samba-03611c6c9d84b2654481dc51ce2af2665205e755.tar.bz2
samba-03611c6c9d84b2654481dc51ce2af2665205e755.zip
s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.
Guenther
Diffstat (limited to 'source3/include/rpc_svcctl.h')
-rw-r--r--source3/include/rpc_svcctl.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index b12cecb56c..9b5859b07a 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -45,33 +45,5 @@
#define SVCCTL_OPEN_SCMANAGER_A 0x1b
*/
-/* utility structures for RPCs */
-
-typedef struct {
- UNISTR servicename;
- UNISTR displayname;
- struct SERVICE_STATUS status;
-} ENUM_SERVICES_STATUS;
-
-/* rpc structures */
-
-/**************************/
-
-typedef struct {
- POLICY_HND handle;
- uint32 type;
- uint32 state;
- uint32 buffer_size;
- uint32 *resume;
-} SVCCTL_Q_ENUM_SERVICES_STATUS;
-
-typedef struct {
- RPC_BUFFER buffer;
- uint32 needed;
- uint32 returned;
- uint32 *resume;
- WERROR status;
-} SVCCTL_R_ENUM_SERVICES_STATUS;
-
#endif /* _RPC_SVCCTL_H */