s3-winbindd: add wbint_ChangeMachineAccount implementation.
[ira/wip.git] / source3 / librpc / idl / wbint.idl
index af59cb6b75077888eda8547646f88a74ca67da6c..1f0192e73cd457bf68ddda2f6530af34de33208c 100644 (file)
@@ -147,6 +147,9 @@ interface wbint
     NTSTATUS wbint_CheckMachineAccount(
        );
 
+    NTSTATUS wbint_ChangeMachineAccount(
+       );
+
     typedef [public] enum {
        WBINT_ID_TYPE_NOT_SPECIFIED,
        WBINT_ID_TYPE_UID,
@@ -169,4 +172,4 @@ interface wbint
        [in] wbint_IdType type,
        [in] hyper id
        );
-}
\ No newline at end of file
+}