]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/killall.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / core / killall.h
index 8b5bd52de5155e32d6a8c37f33351266a83229d7..80622e3700213aa6abd5519574d2377cacbfcd50 100644 (file)
@@ -1,27 +1,12 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
-#ifndef fookillallhfoo
-#define fookillallhfoo
+/* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
 
 /***
   This file is part of systemd.
 
   Copyright 2012 Lennart Poettering
-
-  systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Lesser General Public License as published by
-  the Free Software Foundation; either version 2.1 of the License, or
-  (at your option) any later version.
-
-  systemd is distributed in the hope that it will be useful, but
-  WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void broadcast_signal(int sig);
+#include "time-util.h"
 
-#endif
+void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);