summaryrefslogtreecommitdiff
path: root/nopsyncd/l_pipe.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-09 18:58:14 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-09 18:58:14 (GMT)
commitc0479f190fd22d7e6a2fa81f9eda2bd79a4b87b6 (patch)
tree435d2de991643b72a10d27011e45193e348d840e /nopsyncd/l_pipe.h
parent9f014d5b9735a63da0e7d783f4c67a984140f7ab (diff)
exit whole process is one of the threads terminates
Diffstat (limited to 'nopsyncd/l_pipe.h')
-rw-r--r--nopsyncd/l_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopsyncd/l_pipe.h b/nopsyncd/l_pipe.h
index b09f33b..b67244b 100644
--- a/nopsyncd/l_pipe.h
+++ b/nopsyncd/l_pipe.h
@@ -25,7 +25,7 @@
#include <lua.h>
int pipe_init();
-int pipe_close();
+void pipe_close();
#define LUA_PIPELIBNAME "pipe"
LUALIB_API int luaopen_pipe(lua_State *L);