summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 19:54:18 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:27 +0200
commit2555c12bcefa212d482c9acaa5ae87b6107fa1a2 (patch)
treeb2ebcbf8afa7b73d570ce7ca346efd2a077c53ed /source3/librpc/gen_ndr/wbint.h
parent50d9fb42fc771e07326f3f47103676f2ef88107e (diff)
downloadsamba-2555c12bcefa212d482c9acaa5ae87b6107fa1a2.tar.gz
samba-2555c12bcefa212d482c9acaa5ae87b6107fa1a2.tar.bz2
samba-2555c12bcefa212d482c9acaa5ae87b6107fa1a2.zip
s3:winbind: Add async QueryGroupList
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h9
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)] */