From 0cae043b0c1d2fa55f6709230658155caaecb4fc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 30 Aug 2009 09:46:34 +0200 Subject: w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API --- source3/librpc/idl/wbint.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc/idl/wbint.idl') diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index a624a466a1..826ba37a87 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -58,6 +58,10 @@ interface wbint [out] hyper *uid ); + NTSTATUS wbint_AllocateGid( + [out] hyper *gid + ); + typedef [public] struct { [string,charset(UTF8)] char *acct_name; [string,charset(UTF8)] char *full_name; -- cgit