mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 02:32:03 +00:00
MINOR: hlua: declare hlua_yieldk() function
Declaring hlua_yieldk() function to make it usable from hlua_fcn.c.
This commit is contained in:
parent
40cd44f52c
commit
fc4ec0d653
@ -60,6 +60,7 @@ int hlua_ref(lua_State *L);
|
||||
void hlua_pushref(lua_State *L, int ref);
|
||||
void hlua_unref(lua_State *L, int ref);
|
||||
struct hlua *hlua_gethlua(lua_State *L);
|
||||
void hlua_yieldk(lua_State *L, int nresults, int ctx, lua_KFunction k, int timeout, unsigned int flags);
|
||||
|
||||
#else /* USE_LUA */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user