summaryrefslogtreecommitdiffstats
path: root/bin/lua-privsep.h
blob: 9b7e2197ab19aba4701c87850d5b60786448f3df (plain)
1
2
3
4
5
6
#ifndef LUA_PRIVSEP_H
#define LUA_PRIVSEP_H

int call_lua(int fd, const char *msg, size_t msglen);

#endif