diff options
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) ; |