diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-09 13:51:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-09 13:51:40 +0000 |
commit | ef22ca7936183be0e7e7581092866bfd443b9ec2 (patch) | |
tree | fb72fe70a66e41b545c60db744bc357f1803325a /daemon/mutatord.h | |
parent | the compilation dtabase for the project. added because of th eplugins that ne... (diff) | |
download | mutator-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.h | 4 |
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); |