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
commit897f5843d61cc2d827b719e27d83d7f9cff3a20e (patch)
tree3454974aa1a4e408dd1f4ad2116788d21024c1e4 /src/thread.h
parent2b985e277f06a7086025ab292ddb22b5ded89189 (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},