summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-07 23:50:00 +0100
committerGünther Deschner <gd@samba.org>2008-03-07 23:51:34 +0100
commit91710a5f853d639bbfb97bd7677c8dcc15a028e4 (patch)
treedb9c75350fee69195a3cfb5eac7e55ff62dcc7b2 /source3/include
parente931f28db76bd38de0ba3087e1faabc9f698db8b (diff)
downloadsamba-91710a5f853d639bbfb97bd7677c8dcc15a028e4.tar.gz
samba-91710a5f853d639bbfb97bd7677c8dcc15a028e4.tar.bz2
samba-91710a5f853d639bbfb97bd7677c8dcc15a028e4.zip
Remove unused marshalling for SRV_NET_NAME_VALIDATE.
Guenther (This used to be commit 6ffd6c814fafe4112fe72a96a0893d5be06f4380)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_srvsvc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/rpc_srvsvc.h b/source3/include/rpc_srvsvc.h
index dd67c48529..3ea55bd167 100644
--- a/source3/include/rpc_srvsvc.h
+++ b/source3/include/rpc_srvsvc.h
@@ -75,20 +75,6 @@ typedef struct net_srv_disk_enum {
/***************************/
-typedef struct {
- UNISTR2 *servername;
- UNISTR2 sharename;
- uint32 type;
- uint32 flags;
- WERROR status;
-} SRV_Q_NET_NAME_VALIDATE;
-
-typedef struct {
- WERROR status;
-} SRV_R_NET_NAME_VALIDATE;
-
-/***************************/
-
/* oops - this is going to take up a *massive* amount of stack. */
/* the UNISTR2s already have 1024 uint16 chars in them... */