aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/daemon_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon_aux.h')
-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*/