From 9e7c6f12fdb6a8ce198359572bb9e69c7d46530a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 30 Aug 2009 09:41:43 +0200 Subject: w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API --- source3/librpc/idl/wbint.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index cf42cb9269..a624a466a1 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -54,6 +54,10 @@ interface wbint [out] dom_sid *sid ); + NTSTATUS wbint_AllocateUid( + [out] hyper *uid + ); + typedef [public] struct { [string,charset(UTF8)] char *acct_name; [string,charset(UTF8)] char *full_name; -- cgit