summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ntsvcs.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-12 09:18:55 +0100
committerGünther Deschner <gd@samba.org>2008-11-12 10:18:53 +0100
commit0a77b1827d62945b4a308ae6cf23e9fb2bacdb24 (patch)
treeaee1bed30317c20a7658e128650a3f57f0cde851 /source3/librpc/gen_ndr/ntsvcs.h
parent0241b2cbdaf3f7f33ac5c15326957de7be734305 (diff)
downloadsamba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.tar.gz
samba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.tar.bz2
samba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r--source3/librpc/gen_ndr/ntsvcs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h
index b56b552ae2..bfe503e5d3 100644
--- a/source3/librpc/gen_ndr/ntsvcs.h
+++ b/source3/librpc/gen_ndr/ntsvcs.h
@@ -2,6 +2,7 @@
#include <stdint.h>
+#include "librpc/gen_ndr/winreg.h"
#ifndef _HEADER_ntsvcs
#define _HEADER_ntsvcs
@@ -142,14 +143,14 @@ struct PNP_GetDeviceRegProp {
const char *devicepath;/* [ref,charset(UTF16)] */
uint32_t property;
uint32_t flags;
- uint32_t *reg_data_type;/* [ref] */
+ enum winreg_Type *reg_data_type;/* [ref] */
uint32_t *buffer_size;/* [ref] */
uint32_t *needed;/* [ref] */
} in;
struct {
uint8_t *buffer;/* [ref,length_is(*buffer_size),size_is(*buffer_size)] */
- uint32_t *reg_data_type;/* [ref] */
+ enum winreg_Type *reg_data_type;/* [ref] */
uint32_t *buffer_size;/* [ref] */
uint32_t *needed;/* [ref] */
WERROR result;