summaryrefslogtreecommitdiff
path: root/nopsyncd/l_pipe.h
diff options
context:
space:
mode:
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);