From de650eb6965e6c6798f404084c34dca0644c39ff Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 03:36:02 +1000 Subject: Strip out some of the waste of space, including unacademicifying luaproc. Also, replace the channel functions with a real hash. --- LuaSL/src/LuaSL_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_threads.h') diff --git a/LuaSL/src/LuaSL_threads.h b/LuaSL/src/LuaSL_threads.h index 9fc38ea..47f5a69 100644 --- a/LuaSL/src/LuaSL_threads.h +++ b/LuaSL/src/LuaSL_threads.h @@ -55,7 +55,7 @@ void luaprocInit(void); /* create a new worker pthread */ int sched_create_worker( void ); -int newProc(const char *code, int file, void *data); +void newProc(const char *code, int file, script *data); const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn); /* join all worker threads and exit */ -- cgit v1.1