summaryrefslogtreecommitdiff
path: root/source3/include/rpc_ntsvcs.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-11 12:49:20 +0100
committerGünther Deschner <gd@samba.org>2008-11-19 23:25:33 +0100
commitf9d691d9d808ec2f91f3f469fe2201b0909a8552 (patch)
tree0dc1042629ae2a62c72fd40c402b612989a7008a /source3/include/rpc_ntsvcs.h
parent12fdb5eb4628db08a665791fb76d15e9f5894478 (diff)
downloadsamba-f9d691d9d808ec2f91f3f469fe2201b0909a8552.tar.gz
samba-f9d691d9d808ec2f91f3f469fe2201b0909a8552.tar.bz2
samba-f9d691d9d808ec2f91f3f469fe2201b0909a8552.zip
s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.
Guenther
Diffstat (limited to 'source3/include/rpc_ntsvcs.h')
-rw-r--r--source3/include/rpc_ntsvcs.h19
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 */