thermferm/server.c

changeset 74
879bd09e2b96
parent 71
a09c5cdc4022
child 75
4b976601737d
--- a/thermferm/server.c	Mon Jun 23 22:50:29 2014 +0200
+++ b/thermferm/server.c	Tue Jun 24 20:21:07 2014 +0200
@@ -315,7 +315,7 @@
 #ifdef HAVE_WIRINGPI_H
 PI_THREAD (my_server_loop)
 #else
-int my_server_loop(void)
+void *my_server_loop(void *threadid)
 #endif
 {
     socklen_t   addrlen;

mercurial