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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/lua-privsep.h b/bin/lua-privsep.h
new file mode 100644
index 0000000..fae8fcc
--- /dev/null
+++ b/bin/lua-privsep.h
@@ -0,0 +1,6 @@
+#ifndef LUA_PRIVSEP_H
+#define LUA_PRIVSEP_H
+
+int call_lua(const char *msg size_t msglen);
+
+#endif