diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-16 13:11:29 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-16 15:59:20 +0100 |
commit | 1e07eccace7c50fd0e7fa3b217eda85add5a6630 (patch) | |
tree | 185ea94c8d009fbf98bdfb0c544bc37094c34ea3 /bin/lua-privsep.h | |
parent | 4ec833f0356b16149f3005d2d8500d3444b938ed (diff) | |
download | privsep-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.h | 6 |
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 |