summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:07:01 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commit1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (patch)
tree5f84b6351c3fb3f8a1248bc8bdf4d792dbb95a43 /source3/librpc/gen_ndr/wbint.h
parent718a26fd29036cc200cdc1c320733eafe84d2337 (diff)
downloadsamba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.gz
samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.bz2
samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.zip
s3:winbind: Add async wb_lookupusergroups
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 6eeef0ebdf..28382ec346 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -153,4 +153,17 @@ struct wbint_LookupUserAliases {
};
+
+struct wbint_LookupUserGroups {
+ struct {
+ struct dom_sid *sid;/* [ref] */
+ } in;
+
+ struct {
+ struct wbint_SidArray *sids;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */