From 78488dc84afac1398e582ae6bbaf9606d07afa1e Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 2 Jun 2012 18:38:28 -0700 Subject: checkpassword ... as downloaded --- checkpasswd/exit.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 checkpasswd/exit.h (limited to 'checkpasswd/exit.h') diff --git a/checkpasswd/exit.h b/checkpasswd/exit.h new file mode 100644 index 0000000..39011c8 --- /dev/null +++ b/checkpasswd/exit.h @@ -0,0 +1,6 @@ +#ifndef EXIT_H +#define EXIT_H + +extern void _exit(); + +#endif -- cgit v1.2.3