summaryrefslogtreecommitdiffstats
path: root/bin/lua-privsep.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-16 13:11:29 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-16 15:59:20 +0100
commit1e07eccace7c50fd0e7fa3b217eda85add5a6630 (patch)
tree185ea94c8d009fbf98bdfb0c544bc37094c34ea3 /bin/lua-privsep.h
parent4ec833f0356b16149f3005d2d8500d3444b938ed (diff)
downloadprivsep-1e07eccace7c50fd0e7fa3b217eda85add5a6630.tar.bz2
privsep-1e07eccace7c50fd0e7fa3b217eda85add5a6630.tar.xz
privsep-server: use libev and unix sockets for the server
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