summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wbint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl/wbint.idl')
-rw-r--r--source3/librpc/idl/wbint.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 571c212ecd..f994126711 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -83,4 +83,9 @@ interface wbint
[in] wbint_SidArray *sids,
[out] wbint_RidArray *rids
);
+
+ NTSTATUS wbint_LookupUserGroups(
+ [in] dom_sid *sid,
+ [out] wbint_SidArray *sids
+ );
} \ No newline at end of file