summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-17 22:40:19 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commitc325ba89cfeb9c4bbf1733d15e063809f4bc1332 (patch)
tree742355d901ff2a7b8c721458bc14738a3207eced /source3/librpc/gen_ndr/wbint.h
parent9ef2c7096341f849bd1b52bf92e01936c3869eee (diff)
downloadsamba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.tar.gz
samba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.tar.bz2
samba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.zip
s3:winbind: Add async query_user_list
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 2f1be14d58..0b942d1968 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -39,6 +39,11 @@ struct wbint_Principals {
struct wbint_Principal *principals;/* [size_is(num_principals)] */
}/* [public] */;
+struct wbint_userinfos {
+ uint32_t num_userinfos;
+ struct wbint_userinfo *userinfos;/* [size_is(num_userinfos)] */
+}/* [public] */;
+
struct wbint_Ping {
struct {
@@ -200,4 +205,13 @@ struct wbint_LookupGroupMembers {
};
+
+struct wbint_QueryUserList {
+ struct {
+ struct wbint_userinfos *users;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */