diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-19 15:06:05 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-19 15:06:05 -0800 |
commit | 804e63909bc3c9e4e2ca67f67eb56a1422f85fba (patch) | |
tree | 32a567b8ecfbafbe5938fd9a99a3565c2eeb77e6 /source3/include/rpc_ntsvcs.h | |
parent | 31a8c4df1305b63729e49a61e27bc9e1825af0d0 (diff) | |
parent | f9d691d9d808ec2f91f3f469fe2201b0909a8552 (diff) | |
download | samba-804e63909bc3c9e4e2ca67f67eb56a1422f85fba.tar.gz samba-804e63909bc3c9e4e2ca67f67eb56a1422f85fba.tar.bz2 samba-804e63909bc3c9e4e2ca67f67eb56a1422f85fba.zip |
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Diffstat (limited to 'source3/include/rpc_ntsvcs.h')
-rw-r--r-- | source3/include/rpc_ntsvcs.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_ntsvcs.h b/source3/include/rpc_ntsvcs.h index 0056d16eb9..dc74298cb9 100644 --- a/source3/include/rpc_ntsvcs.h +++ b/source3/include/rpc_ntsvcs.h @@ -47,23 +47,4 @@ typedef struct { WERROR status; } NTSVCS_R_GET_DEVICE_LIST; -/**************************/ - -typedef struct { - UNISTR2 devicepath; - uint32 property; - uint32 unknown2; - uint32 buffer_size1; - uint32 buffer_size2; - uint32 unknown5; -} NTSVCS_Q_GET_DEVICE_REG_PROPERTY; - -typedef struct { - uint32 unknown1; - REGVAL_BUFFER value; - uint32 size; - uint32 needed; - WERROR status; -} NTSVCS_R_GET_DEVICE_REG_PROPERTY; - #endif /* _RPC_NTSVCS_H */ |