summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/winreg.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-24 11:48:16 +0100
committerGünther Deschner <gd@samba.org>2008-03-25 10:54:27 +0100
commitb07040835c66b132922619487688cba911cbafdc (patch)
tree724107e25e1481c0caba2706efbd0ff91fde959b /source3/librpc/gen_ndr/winreg.h
parentc0e6d9091cd9978f3bc8a5a399457b3428b7def8 (diff)
downloadsamba-b07040835c66b132922619487688cba911cbafdc.tar.gz
samba-b07040835c66b132922619487688cba911cbafdc.tar.bz2
samba-b07040835c66b132922619487688cba911cbafdc.zip
Re-run make idl.
Guenther (This used to be commit 1570e1c597b43d83318860590b58e32143275f82)
Diffstat (limited to 'source3/librpc/gen_ndr/winreg.h')
-rw-r--r--source3/librpc/gen_ndr/winreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/winreg.h b/source3/librpc/gen_ndr/winreg.h
index 5570b310cd..e765890f73 100644
--- a/source3/librpc/gen_ndr/winreg.h
+++ b/source3/librpc/gen_ndr/winreg.h
@@ -381,7 +381,7 @@ struct winreg_QueryInfoKey {
struct winreg_QueryValue {
struct {
struct policy_handle *handle;/* [ref] */
- struct winreg_String value_name;
+ struct winreg_String *value_name;/* [ref] */
enum winreg_Type *type;/* [unique] */
uint8_t *data;/* [unique,length_is(*value_length),size_is(*data_size)] */
uint32_t *data_size;/* [unique] */