7f897b04fe8df4d12dcfe87206577eb8db72ee4f
[lemu] / lua_interface.h
1 #ifndef LUA_INTERFACE_H
2 #define LUA_INTERFACE_H
3
4 int lemu_connection_luainit(lua_State *);
5
6 int lemu_connection_push(lua_State *, struct connection *);
7
8 #endif /* LUA_INTERFACE_H */