aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h
index fd9bc1949..b27fcf4e9 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <sys/param.h>
+#include <signal.h>
#define DECODE_TYPE_FILE 0
#define DECODE_TYPE_URL 1
@@ -61,7 +62,7 @@ typedef struct _DecoderControl {
volatile float totalTime;
} DecoderControl;
-void decodeSigHandler(int sig);
+void decodeSigHandler(int sig, siginfo_t * siginfo, void * v);
void decode();