From 4ad330d5226901aed18656c49c70a3fc7a62826c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 14:59:41 +0200 Subject: s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API --- source3/librpc/idl/wbint.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 642d7f6636..764d122c60 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -158,4 +158,10 @@ interface wbint [in] wbint_IdType type, [in] hyper id ); + + NTSTATUS wbint_RemoveMapping( + [in] dom_sid *sid, + [in] wbint_IdType type, + [in] hyper id + ); } \ No newline at end of file -- cgit