diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-27 17:11:24 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-29 19:42:26 +0200 |
commit | 50d9fb42fc771e07326f3f47103676f2ef88107e (patch) | |
tree | 67239f96f1154386cf5ca874bdec731fa48ac58b /source3/librpc/idl | |
parent | 425239caeeb22cb0a221a38b70f2f2dc8b64bdcc (diff) | |
download | samba-50d9fb42fc771e07326f3f47103676f2ef88107e.tar.gz samba-50d9fb42fc771e07326f3f47103676f2ef88107e.tar.bz2 samba-50d9fb42fc771e07326f3f47103676f2ef88107e.zip |
w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index fbbe5ef118..ab258c5832 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -126,4 +126,9 @@ interface wbint [in] uint32 flags, [out] netr_DsRGetDCNameInfo **dc_info ); + + NTSTATUS wbint_LookupRids( + [in] wbint_RidArray *rids, + [out] wbint_Principals *names + ); }
\ No newline at end of file |