chiark / gitweb /
util: introduce our own gperf based capability list
[elogind.git] / src / core / killall.h
index d08ac142f0fc93049d35e049bf99cf5f4abd2d8e..986cf432cbc4f3a4d4ae776b99ff2e019b3d0000 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fookillallhfoo
-#define fookillallhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -22,6 +21,4 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void broadcast_signal(int sig, bool wait);
-
-#endif
+void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup);