summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 0dcdde3..c84e429 100644
--- a/src/main.c
+++ b/src/main.c
@@ -41,8 +41,6 @@
#include "stats.h"
#include "utils.h"
-RETSIGTYPE takesig (int sig);
-
/*
* Global Structures
*/
@@ -53,7 +51,7 @@ unsigned int processed_config_file = FALSE; /* boolean */
/*
* Handle a signal
*/
-RETSIGTYPE
+static RETSIGTYPE
takesig (int sig)
{
pid_t pid;