diff options
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r-- | source3/librpc/gen_ndr/wbint.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h index ddea95b7fe..96466fdca0 100644 --- a/source3/librpc/gen_ndr/wbint.h +++ b/source3/librpc/gen_ndr/wbint.h @@ -215,6 +215,15 @@ struct wbint_QueryUserList { }; +struct wbint_QueryGroupList { + struct { + struct wbint_Principals *groups;/* [ref] */ + NTSTATUS result; + } out; + +}; + + struct wbint_DsGetDcName { struct { const char *domain_name;/* [ref,charset(UTF8)] */ |