MINOR: hlua: declare hlua_yieldk() function

Declaring hlua_yieldk() function to make it usable from hlua_fcn.c.
This commit is contained in:
Aurelien DARRAGON 2023-05-04 14:01:17 +02:00 committed by Christopher Faulet
parent 40cd44f52c
commit fc4ec0d653
1 changed files with 1 additions and 0 deletions

View File

@ -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 */