]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/killall.h
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / core / killall.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "time-util.h"
5
6 void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);