Fix warnings on FreeBSD-based platforms
[ira/wip.git] / source3 / librpc / idl / initshutdown.idl
index 868e48e28a9efcce4683d10e92c8d54b94d4ea90..8815a9a29ea136d4730bd77704f156683f859306 100644 (file)
@@ -28,7 +28,7 @@
                [in,unique] initshutdown_String *message,
                [in] uint32 timeout,
                [in] uint8 force_apps,
-               [in] uint8 reboot
+               [in] uint8 do_reboot
        );
 
        WERROR initshutdown_Abort(
@@ -40,7 +40,7 @@
                [in,unique] initshutdown_String *message,
                [in] uint32 timeout,
                [in] uint8 force_apps,
-               [in] uint8 reboot,
+               [in] uint8 do_reboot,
                [in] uint32 reason
        );
 }