diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-06 17:11:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-06 17:11:28 +0000 |
commit | 7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0 (patch) | |
tree | 157e1787d165dd052b2d49772887e31f49394c68 /src/shutdown/hpr.h | |
parent | 4d47d83042e0844da2fcfff9bd73de60124e7902 (diff) | |
download | s6-linux-init-7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0.tar.xz |
Add -i option to shutdown and hpr
Diffstat (limited to 'src/shutdown/hpr.h')
-rw-r--r-- | src/shutdown/hpr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shutdown/hpr.h b/src/shutdown/hpr.h index 993f5ab..3dd0375 100644 --- a/src/shutdown/hpr.h +++ b/src/shutdown/hpr.h @@ -16,5 +16,6 @@ #define hpr_cancel() hpr_send("c", 1) extern int hpr_shutdown (unsigned int, tain_t const *, unsigned int) ; extern void hpr_wall (char const *) ; +extern void hpr_confirm_hostname (void) ; #endif |