]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/killall.h
Merge pull request #13365 from keszybz/fix-commits-from-pr-13246
[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
a012f9f7 6int broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);