diff options
author | Günther Deschner <gd@samba.org> | 2008-02-18 00:26:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-18 00:26:10 +0100 |
commit | 560725930663e635b5b602dbb712b602d9c5f35b (patch) | |
tree | 4d01284c4f11454cdbfb1fb3e0ef94a9ae1c97e6 /source3/librpc/gen_ndr/ntsvcs.h | |
parent | 9a1881598cd4f91485f7b44471b883ede9c3a73f (diff) | |
download | samba-560725930663e635b5b602dbb712b602d9c5f35b.tar.gz samba-560725930663e635b5b602dbb712b602d9c5f35b.tar.bz2 samba-560725930663e635b5b602dbb712b602d9c5f35b.zip |
Re-run make idl.
Guenther
(This used to be commit c7c89317db3774e75013dec67e44100d7276c939)
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r-- | source3/librpc/gen_ndr/ntsvcs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h index 477d6adf7f..2384011789 100644 --- a/source3/librpc/gen_ndr/ntsvcs.h +++ b/source3/librpc/gen_ndr/ntsvcs.h @@ -102,6 +102,12 @@ struct PNP_GetDeviceList { struct PNP_GetDeviceListSize { struct { + const char *devicename;/* [unique,charset(UTF16)] */ + uint32_t flags; + } in; + + struct { + uint32_t *size;/* [ref] */ WERROR result; } out; |