X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fkillall.h;h=986cf432cbc4f3a4d4ae776b99ff2e019b3d0000;hb=08c6f819cb0ed435649583da02fa0de965b32dbe;hp=d08ac142f0fc93049d35e049bf99cf5f4abd2d8e;hpb=cee530bb23b78c0dfd18b0c2718cfe41286396df;p=elogind.git diff --git a/src/core/killall.h b/src/core/killall.h index d08ac142f..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, bool wait); - -#endif +void broadcast_signal(int sig, bool wait_for_exit, bool send_sighup);