aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_threads.h')
-rw-r--r--LuaSL/src/LuaSL_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_threads.h b/LuaSL/src/LuaSL_threads.h
index b5f019b..b7f6449 100644
--- a/LuaSL/src/LuaSL_threads.h
+++ b/LuaSL/src/LuaSL_threads.h
@@ -53,7 +53,7 @@ void luaprocInit(void);
53int sched_create_worker(void); 53int sched_create_worker(void);
54 54
55void newProc(const char *code, int file, script *lp); 55void newProc(const char *code, int file, script *lp);
56const char *sendToChannel(const char *chname, const char *message, script **dst, channel *chn); 56const char *sendToChannel(gameGlobals *game, const char *chname, const char *message, script **dst, channel *chn);
57 57
58/* join all worker threads and exit */ 58/* join all worker threads and exit */
59void sched_join_workerthreads(void); 59void sched_join_workerthreads(void);