summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 00:24:57 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 00:31:14 +0100
commit9501a920c3b9c680bd0e16b941e084206afb1361 (patch)
tree70fb5ae57dbe97196302285655988895c8a59887 /source3/include
parent3df6eedccfb1faeb778c4761594a6347bbf0b4b3 (diff)
downloadsamba-9501a920c3b9c680bd0e16b941e084206afb1361.tar.gz
samba-9501a920c3b9c680bd0e16b941e084206afb1361.tar.bz2
samba-9501a920c3b9c680bd0e16b941e084206afb1361.zip
Remove unused marshalling for NTSVCS_GET_DEVICE_LIST_SIZE.
Guenther (This used to be commit bc1df536fa04e004ccf177e0f3ba56f3c47709aa)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_ntsvcs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_ntsvcs.h b/source3/include/rpc_ntsvcs.h
index 12224fe957..55f36628aa 100644
--- a/source3/include/rpc_ntsvcs.h
+++ b/source3/include/rpc_ntsvcs.h
@@ -37,19 +37,6 @@
typedef struct {
UNISTR2 *devicename;
- uint32 flags;
-} NTSVCS_Q_GET_DEVICE_LIST_SIZE;
-
-typedef struct {
- uint32 size;
- WERROR status;
-} NTSVCS_R_GET_DEVICE_LIST_SIZE;
-
-
-/**************************/
-
-typedef struct {
- UNISTR2 *devicename;
uint32 buffer_size;
uint32 flags;
} NTSVCS_Q_GET_DEVICE_LIST;