aboutsummaryrefslogtreecommitdiff
path: root/src/thread.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-05-12 21:00:33 -0500
committerame <[email protected]>2024-05-12 21:00:33 -0500
commita84adf91992f19581e05ac617af7c259ec6b9d33 (patch)
tree3454974aa1a4e408dd1f4ad2116788d21024c1e4 /src/thread.h
parent0e352b5254e53ff5410eaef0f2e6c973f7935ed7 (diff)
memopry stuff
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h2
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},