X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fkillall.h;h=bdb73e44becd3716b2245b47f8c8d623c041ae8f;hp=d08ac142f0fc93049d35e049bf99cf5f4abd2d8e;hb=0bee65f0622c4faa8ac8ae771cc0c8a936dfa284;hpb=cee530bb23b78c0dfd18b0c2718cfe41286396df diff --git a/src/core/killall.h b/src/core/killall.h index d08ac142f..bdb73e44b 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, bool send_sighup);