chiark / gitweb /
core: fix order of parameters in broadcast_signal()
[elogind.git] / src / core / killall.h
index bdb73e44becd3716b2245b47f8c8d623c041ae8f..986cf432cbc4f3a4d4ae776b99ff2e019b3d0000 100644 (file)
@@ -21,4 +21,4 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void broadcast_signal(int sig, bool wait, bool send_sighup);
+void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup);