aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatord.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-09 13:51:40 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-09 13:51:40 +0000
commitef22ca7936183be0e7e7581092866bfd443b9ec2 (patch)
treefb72fe70a66e41b545c60db744bc357f1803325a /daemon/mutatord.h
parentthe compilation dtabase for the project. added because of th eplugins that ne... (diff)
downloadmutator-ef22ca7936183be0e7e7581092866bfd443b9ec2.tar.gz
mutator-ef22ca7936183be0e7e7581092866bfd443b9ec2.zip
fixed a couple of log issues. now the log file is useful.
Diffstat (limited to '')
-rw-r--r--daemon/mutatord.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/mutatord.h b/daemon/mutatord.h
index 2f7bf5e..05df279 100644
--- a/daemon/mutatord.h
+++ b/daemon/mutatord.h
@@ -25,7 +25,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
#include <stdio.h>
/**********************************************************************************************************************/
/*function prototypes*/
-void signal_callback_handler(int signum);
+void sigint_callback_handler(int signum);
+
+void sigterm_callbacl_handler(int signum);
void time_n_date(FILE* infile);