s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API
[amitay/samba.git] / source3 / librpc / idl / wbint.idl
index 642d7f6636dcbb187753edd20eebfc716958e4e2..764d122c6045145d32e3a9c3ab420bfb72ae53aa 100644 (file)
@@ -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