summaryrefslogtreecommitdiff
path: root/sig_catch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sig_catch.c')
-rw-r--r--sig_catch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sig_catch.c b/sig_catch.c
index 1888765..bdb2bfb 100644
--- a/sig_catch.c
+++ b/sig_catch.c
@@ -2,9 +2,7 @@
#include "sig.h"
#include "hassgact.h"
-void sig_catch(sig,f)
-int sig;
-void (*f)();
+void sig_catch(int sig,void (*f)())
{
#ifdef HASSIGACTION
struct sigaction sa;