diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 23:37:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 23:43:45 +0100 |
commit | dbcd8b76a63f99e746c4f238e021a7692c29fa48 (patch) | |
tree | 5b785a92633786e3e24684cb88d4cdfc8ba731cf /source3/include | |
parent | 3758f06d0f56a1ff86073e91c584e0153d53fd9e (diff) | |
download | samba-dbcd8b76a63f99e746c4f238e021a7692c29fa48.tar.gz samba-dbcd8b76a63f99e746c4f238e021a7692c29fa48.tar.bz2 samba-dbcd8b76a63f99e746c4f238e021a7692c29fa48.zip |
Remove unused marshalling for NTSVCS_GET_VERSION.
Guenther
(This used to be commit 58970cc6a8761c30bc4b772b28bb25a112cb684f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_ntsvcs.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_ntsvcs.h b/source3/include/rpc_ntsvcs.h index 045d9b4e92..a2c40384f7 100644 --- a/source3/include/rpc_ntsvcs.h +++ b/source3/include/rpc_ntsvcs.h @@ -36,19 +36,6 @@ /**************************/ typedef struct { - /* nothing in the request */ - uint32 dummy; -} NTSVCS_Q_GET_VERSION; - -typedef struct { - uint32 version; - WERROR status; -} NTSVCS_R_GET_VERSION; - - -/**************************/ - -typedef struct { UNISTR2 *devicename; uint32 flags; } NTSVCS_Q_GET_DEVICE_LIST_SIZE; |