2
0
Fork 0
lighttpd2/include/lighttpd/actions_lua.h

11 lines
232 B
C

#ifndef _LIGHTTPD_ACTIONS_LUA_H_
#define _LIGHTTPD_ACTIONS_LUA_H_
#include <lighttpd/base.h>
#include <lua.h>
liAction* lua_get_action(lua_State *L, int ndx);
int lua_push_action(liServer *srv, lua_State *L, liAction *a);
#endif