From c770f74f3ec5de65506004e171aa6a2aa178f25d Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Tue, 25 Jun 2013 16:22:54 +0200 Subject: [PATCH] daemonize is not returning any value now --- include/gw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gw.h b/include/gw.h index 4ef4e78cc..452a483d6 100644 --- a/include/gw.h +++ b/include/gw.h @@ -49,7 +49,7 @@ #include "mysql_protocol.h" #include "dcb.h" -int gw_daemonize(void); +void gw_daemonize(void); int do_read_dcb(DCB *dcb); int handle_event_errors(DCB *dcb); int handle_event_errors_backend(DCB *dcb);