summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-20 08:45:57 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-20 08:45:57 +0000
commit074ac0b1eb0114b175f23ad8cc5521cf2476c44b (patch)
tree74d2449925c057e37e8ed488f37e8ef1d38c5db2
parentadded unknown-signal signal handler (diff)
cleanup
-rw-r--r--src/signalController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signalController.h b/src/signalController.h
index 568a427..7acf4a3 100644
--- a/src/signalController.h
+++ b/src/signalController.h
@@ -42,7 +42,7 @@
#include "win32/winService.h"
typedef class WinService DaemonService;
#else
-typedef int DaemonService;
+typedef void DaemonService;
#endif
#define SIGERROR -1