summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/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/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/ndr_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_wbint.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/ndr_wbint.h b/source3/librpc/gen_ndr/ndr_wbint.h
index d183e348e6..bdcb23b2be 100644
--- a/source3/librpc/gen_ndr/ndr_wbint.h
+++ b/source3/librpc/gen_ndr/ndr_wbint.h
@@ -37,11 +37,13 @@ extern const struct ndr_interface_table ndr_table_wbint;
#define NDR_WBINT_QUERYUSERLIST (0x0c)
-#define NDR_WBINT_DSGETDCNAME (0x0d)
+#define NDR_WBINT_QUERYGROUPLIST (0x0d)
-#define NDR_WBINT_LOOKUPRIDS (0x0e)
+#define NDR_WBINT_DSGETDCNAME (0x0e)
-#define NDR_WBINT_CALL_COUNT (15)
+#define NDR_WBINT_LOOKUPRIDS (0x0f)
+
+#define NDR_WBINT_CALL_COUNT (16)
enum ndr_err_code ndr_push_wbint_userinfo(struct ndr_push *ndr, int ndr_flags, const struct wbint_userinfo *r);
enum ndr_err_code ndr_pull_wbint_userinfo(struct ndr_pull *ndr, int ndr_flags, struct wbint_userinfo *r);
void ndr_print_wbint_userinfo(struct ndr_print *ndr, const char *name, const struct wbint_userinfo *r);
@@ -73,6 +75,7 @@ void ndr_print_wbint_LookupUserGroups(struct ndr_print *ndr, const char *name, i
void ndr_print_wbint_QuerySequenceNumber(struct ndr_print *ndr, const char *name, int flags, const struct wbint_QuerySequenceNumber *r);
void ndr_print_wbint_LookupGroupMembers(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupGroupMembers *r);
void ndr_print_wbint_QueryUserList(struct ndr_print *ndr, const char *name, int flags, const struct wbint_QueryUserList *r);
+void ndr_print_wbint_QueryGroupList(struct ndr_print *ndr, const char *name, int flags, const struct wbint_QueryGroupList *r);
void ndr_print_wbint_DsGetDcName(struct ndr_print *ndr, const char *name, int flags, const struct wbint_DsGetDcName *r);
void ndr_print_wbint_LookupRids(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupRids *r);
#endif /* _HEADER_NDR_wbint */