diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 18:24:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 18:24:46 +0000 |
commit | 6696cee3bd309f61fc6c945ef747262a845e9267 (patch) | |
tree | 6bb1a8f54ff0a590d375aece2af01009c94d9206 /src/shutdown/hpr.h | |
parent | 4a773dc6d9d36844501994720aca31a4f50d7d52 (diff) | |
download | s6-linux-init-6696cee3bd309f61fc6c945ef747262a845e9267.tar.xz |
Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/shutdown/hpr.h')
-rw-r--r-- | src/shutdown/hpr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/hpr.h b/src/shutdown/hpr.h index 2c545a5..fd268e8 100644 --- a/src/shutdown/hpr.h +++ b/src/shutdown/hpr.h @@ -17,7 +17,7 @@ #define hpr_send(s, n) openwritenclose_unsafe(INITCTL, (s), n) #define hpr_cancel() hpr_send("c", 1) -extern int hpr_shutdown (unsigned int, tain_t const *, unsigned int) ; +extern int hpr_shutdown (unsigned int, tain const *, unsigned int) ; extern void hpr_wall (char const *) ; extern void hpr_wallv (struct iovec const *, unsigned int) ; extern void hpr_confirm_hostname (void) ; |