aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/reboot.tproj/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/reboot.tproj/reboot.c')
-rw-r--r--system_cmds/reboot.tproj/reboot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_cmds/reboot.tproj/reboot.c b/system_cmds/reboot.tproj/reboot.c
index 5478704..ce9a019 100644
--- a/system_cmds/reboot.tproj/reboot.c
+++ b/system_cmds/reboot.tproj/reboot.c
@@ -74,6 +74,8 @@ __unused static const char rcsid[] =
#include <sys/time.h>
#endif
+int reboot3(int);
+
void usage(void);
u_int get_pageins(void);
#if defined(__APPLE__) && !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)