summaryrefslogtreecommitdiffstats
path: root/warp/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'warp/sig.h')
-rw-r--r--warp/sig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/warp/sig.h b/warp/sig.h
index 46fe7d80..d8537059 100644
--- a/warp/sig.h
+++ b/warp/sig.h
@@ -6,10 +6,10 @@
*
*/
-void sig_catcher();
+void sig_catcher(int);
#ifdef SIGTSTP
-void cont_catcher();
-void stop_catcher();
+void cont_catcher(int);
+void stop_catcher(int);
#endif
void mytstp();
void sig_init();