diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-16 14:50:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:00 -0500 |
commit | 4003edf0df14b69fca0d1af923badbd682c0008c (patch) | |
tree | 2547c3444aadb9413652d7f71aaffeb3f171a83e /source3/librpc/gen_ndr/unixinfo.h | |
parent | 299e16112d781ab8c24134c249e0259265a15fd4 (diff) | |
download | samba-4003edf0df14b69fca0d1af923badbd682c0008c.tar.gz samba-4003edf0df14b69fca0d1af923badbd682c0008c.tar.bz2 samba-4003edf0df14b69fca0d1af923badbd682c0008c.zip |
r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r-- | source3/librpc/gen_ndr/unixinfo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h index 61747aeb9d..34dc27f469 100644 --- a/source3/librpc/gen_ndr/unixinfo.h +++ b/source3/librpc/gen_ndr/unixinfo.h @@ -1,5 +1,7 @@ /* header auto-generated by pidl */ +#include <stdint.h> + #include "librpc/gen_ndr/security.h" #ifndef _HEADER_unixinfo #define _HEADER_unixinfo @@ -65,13 +67,13 @@ struct unixinfo_GidToSid { struct unixinfo_GetPWUid { struct { - uint32_t *count;/* [ref,range(0 1023)] */ uint64_t *uids;/* [size_is(*count)] */ + uint32_t *count;/* [ref,range(0 1023)] */ } in; struct { - uint32_t *count;/* [ref,range(0 1023)] */ struct unixinfo_GetPWUidInfo *infos;/* [size_is(*count)] */ + uint32_t *count;/* [ref,range(0 1023)] */ NTSTATUS result; } out; |