diff options
author | Michael Adam <obnox@samba.org> | 2012-11-23 17:49:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-03 08:48:26 +0100 |
commit | aa771618718378bc3449b1caa78d1d942ff937c4 (patch) | |
tree | 26d93c286002042e7618a25e9dd9d3cd32ce1f73 /source3/librpc | |
parent | 8b73556e3f583af0a073a743f4973967aa5ad004 (diff) | |
download | samba-aa771618718378bc3449b1caa78d1d942ff937c4.tar.gz samba-aa771618718378bc3449b1caa78d1d942ff937c4.tar.bz2 samba-aa771618718378bc3449b1caa78d1d942ff937c4.zip |
s3:winbindd: remove wbint_Sid2Gid from the wbint.idl
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 035afb5df8..f05107a0a8 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -37,12 +37,6 @@ interface wbint [out] dom_sid *sid ); - NTSTATUS wbint_Sid2Gid( - [in,unique,string,charset(UTF8)] char *dom_name, - [in] dom_sid *sid, - [out] hyper *gid - ); - typedef struct { id_type type; uint32 domain_index; |