summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 01:34:13 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 01:38:37 +0100
commitf155008ca021d8f80eedbf4395a454d63193c524 (patch)
tree337a614f34fe1fdcdf46d6f88728a55256724214 /source3/include
parent6dfca8485dd6f8cfa1f6079c092f45ac79f5b86c (diff)
downloadsamba-f155008ca021d8f80eedbf4395a454d63193c524.tar.gz
samba-f155008ca021d8f80eedbf4395a454d63193c524.tar.bz2
samba-f155008ca021d8f80eedbf4395a454d63193c524.zip
Remove unused marshalling for NTSVCS_GET_HW_PROFILE_INFO.
Guenther (This used to be commit 2ec2eefc703df882599b6eac9147350c4df33006)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_ntsvcs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_ntsvcs.h b/source3/include/rpc_ntsvcs.h
index b678662c6c..71274cc380 100644
--- a/source3/include/rpc_ntsvcs.h
+++ b/source3/include/rpc_ntsvcs.h
@@ -68,21 +68,4 @@ typedef struct {
WERROR status;
} NTSVCS_R_GET_DEVICE_REG_PROPERTY;
-
-/**************************/
-
-typedef struct {
- uint32 index;
- uint8 *buffer;
- uint32 buffer_size;
- uint32 unknown1;
-} NTSVCS_Q_GET_HW_PROFILE_INFO;
-
-typedef struct {
- uint32 buffer_size; /* the size (not included in the reply)
- if just matched from the request */
- uint8 *buffer;
- WERROR status;
-} NTSVCS_R_GET_HW_PROFILE_INFO;
-
#endif /* _RPC_NTSVCS_H */