summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 12:12:43 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 12:12:43 +0100
commit330fe0a62a29ff994e1520dae209eb4980a7259c (patch)
treeeb7ae76b2a5c6664ed906d332331f3bd875af918 /source3/include/rpc_svcctl.h
parent0ca295bb32d69711eb799d8f8323aa17e5928a10 (diff)
downloadsamba-330fe0a62a29ff994e1520dae209eb4980a7259c.tar.gz
samba-330fe0a62a29ff994e1520dae209eb4980a7259c.tar.bz2
samba-330fe0a62a29ff994e1520dae209eb4980a7259c.zip
Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.
Guenther (This used to be commit 1162b8a02d365b79f5a3e86c936bae80092f1869)
Diffstat (limited to 'source3/include/rpc_svcctl.h')
-rw-r--r--source3/include/rpc_svcctl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index 1e42aef20c..17e25903ef 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -197,19 +197,6 @@ typedef struct _ServiceInfo {
/**************************/
typedef struct {
- UNISTR2 *servername;
- UNISTR2 *database;
- uint32 access;
-} SVCCTL_Q_OPEN_SCMANAGER;
-
-typedef struct {
- POLICY_HND handle;
- WERROR status;
-} SVCCTL_R_OPEN_SCMANAGER;
-
-/**************************/
-
-typedef struct {
POLICY_HND handle;
UNISTR2 servicename;
uint32 display_name_len;