summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
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 31eaae2645..ddea95b7fe 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -230,4 +230,17 @@ struct wbint_DsGetDcName {
};
+
+struct wbint_LookupRids {
+ struct {
+ struct wbint_RidArray *rids;/* [ref] */
+ } in;
+
+ struct {
+ struct wbint_Principals *names;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */