summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-20 01:40:04 +0100
committerGünther Deschner <gd@samba.org>2008-03-20 01:40:04 +0100
commit8ca8dad7a1f9f1df2ee18d8944489c58e9feb070 (patch)
tree6bb87b2bcf50176e4d59136a7407913d9d7950d0 /source3/include
parent1a65f16843d4127573da522078200b272ee67d30 (diff)
downloadsamba-8ca8dad7a1f9f1df2ee18d8944489c58e9feb070.tar.gz
samba-8ca8dad7a1f9f1df2ee18d8944489c58e9feb070.tar.bz2
samba-8ca8dad7a1f9f1df2ee18d8944489c58e9feb070.zip
Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.
Guenther (This used to be commit 5838d81346a51ef1e996bab938533ae2097f7e47)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_svcctl.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index 5a87e350ba..aa1d1662c8 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -216,22 +216,6 @@ typedef struct {
typedef struct {
POLICY_HND handle;
- uint32 state;
- uint32 buffer_size;
-} SVCCTL_Q_ENUM_DEPENDENT_SERVICES;
-
-typedef struct {
- RPC_BUFFER buffer;
- uint32 needed;
- uint32 returned;
- WERROR status;
-} SVCCTL_R_ENUM_DEPENDENT_SERVICES;
-
-
-/**************************/
-
-typedef struct {
- POLICY_HND handle;
uint32 buffer_size;
} SVCCTL_Q_QUERY_SERVICE_CONFIG;