diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-30 09:46:34 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-30 09:48:28 +0200 |
commit | 0cae043b0c1d2fa55f6709230658155caaecb4fc (patch) | |
tree | 835f5b2809527a5952abdca6f1dd86119973be69 /source3/librpc/idl | |
parent | 9e7c6f12fdb6a8ce198359572bb9e69c7d46530a (diff) | |
download | samba-0cae043b0c1d2fa55f6709230658155caaecb4fc.tar.gz samba-0cae043b0c1d2fa55f6709230658155caaecb4fc.tar.bz2 samba-0cae043b0c1d2fa55f6709230658155caaecb4fc.zip |
w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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; |