diff options
Diffstat (limited to 'source3/include/rpc_ntsvcs.h')
-rw-r--r-- | source3/include/rpc_ntsvcs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/rpc_ntsvcs.h b/source3/include/rpc_ntsvcs.h index dc74298cb9..14e11cf6a1 100644 --- a/source3/include/rpc_ntsvcs.h +++ b/source3/include/rpc_ntsvcs.h @@ -33,18 +33,4 @@ #define NTSVCS_GET_VERSION_INTERNAL 0x3e -/**************************/ - -typedef struct { - UNISTR2 *devicename; - uint32 buffer_size; - uint32 flags; -} NTSVCS_Q_GET_DEVICE_LIST; - -typedef struct { - UNISTR2 devicepath; - uint32 needed; - WERROR status; -} NTSVCS_R_GET_DEVICE_LIST; - #endif /* _RPC_NTSVCS_H */ |