mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-15 22:01:01 +01: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…
x
Reference in New Issue
Block a user