summaryrefslogtreecommitdiff
path: root/checkpasswd/exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'checkpasswd/exit.h')
-rw-r--r--checkpasswd/exit.h2
1 files changed, 1 insertions, 1 deletions
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