X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fkillall.h;h=986cf432cbc4f3a4d4ae776b99ff2e019b3d0000;hp=8b5bd52de5155e32d6a8c37f33351266a83229d7;hb=5bd4b173605142c7be493aa4d958ebaef21f421d;hpb=bd3fa1d2434aa28564251ac4da34d01537de8c4b diff --git a/src/core/killall.h b/src/core/killall.h index 8b5bd52de..986cf432c 100644 --- a/src/core/killall.h +++ b/src/core/killall.h @@ -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 . ***/ -void broadcast_signal(int sig); - -#endif +void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup);