]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/killall.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / core / killall.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
05d3a176 2#pragma once
bd3fa1d2 3
e73c54b8
JK
4#include "time-util.h"
5
6void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);