From 3cfa63750d7e82e0e4b94f7f7b67639bdbd016af Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 3 Jun 2012 00:43:55 -0700 Subject: optional debugging features in checkpassword --- checkpasswd/exit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpasswd/exit.h') diff --git a/checkpasswd/exit.h b/checkpasswd/exit.h index 39011c8..614f9d1 100644 --- a/checkpasswd/exit.h +++ b/checkpasswd/exit.h @@ -1,6 +1,6 @@ #ifndef EXIT_H #define EXIT_H -extern void _exit(); +extern void _exit(int); #endif -- cgit v1.2.3