aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/daemon_aux.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/daemon_aux.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/daemon_aux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/daemon_aux.h b/daemon/daemon_aux.h
index 09b504d..04a504d 100644
--- a/daemon/daemon_aux.h
+++ b/daemon/daemon_aux.h
@@ -22,9 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
#define __MUTATOR_AUX_SERVER_H
/**********************************************************************************************************************/
/*headers*/
+#include <stdio.h>
/**********************************************************************************************************************/
/*function prototypes*/
-int mutator_server(void);
+int mutator_server(FILE* log_file);
#endif
/*last line intentionally left blank*/