summaryrefslogtreecommitdiffstats
path: root/bin/lua-privsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lua-privsep.h')
-rw-r--r--bin/lua-privsep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lua-privsep.h b/bin/lua-privsep.h
index fae8fcc..9b7e219 100644
--- a/bin/lua-privsep.h
+++ b/bin/lua-privsep.h
@@ -1,6 +1,6 @@
#ifndef LUA_PRIVSEP_H
#define LUA_PRIVSEP_H
-int call_lua(const char *msg size_t msglen);
+int call_lua(int fd, const char *msg, size_t msglen);
#endif