diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index e9ead6d..9dab9b1 100644 --- a/src/thread.h +++ b/src/thread.h @@ -4,6 +4,8 @@ int l_async(lua_State*); int l_tlock(lua_State*);
int l_tunlock(lua_State*);
+void lib_thread_clean();
+
static const luaL_Reg thread_function_list [] = {
{"async",l_async},
{"lock",l_tlock},
|
