aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luaproc/luaproc.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-05 19:17:56 +1000
committerDavid Walter Seikel2012-02-05 19:17:56 +1000
commita74ae226b28937eb4609f890aa53afa18224baba (patch)
tree905fb3dc4b245f35d34e5952f04cf0c359e60987 /libraries/luaproc/luaproc.h
parentFix things so the wire protocol can be functions in the LSL.lua file, and _LS... (diff)
downloadSledjHamr-a74ae226b28937eb4609f890aa53afa18224baba.zip
SledjHamr-a74ae226b28937eb4609f890aa53afa18224baba.tar.gz
SledjHamr-a74ae226b28937eb4609f890aa53afa18224baba.tar.bz2
SledjHamr-a74ae226b28937eb4609f890aa53afa18224baba.tar.xz
Complete the separation of the guts of luaproc message sending from the Lua wrapper.
Diffstat (limited to '')
-rw-r--r--libraries/luaproc/luaproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/luaproc/luaproc.h b/libraries/luaproc/luaproc.h
index 2f3ed3f..a5dde0d 100644
--- a/libraries/luaproc/luaproc.h
+++ b/libraries/luaproc/luaproc.h
@@ -76,7 +76,7 @@ void luaproc_register_lib( lua_State *L );
76/* queue a luaproc that tried to send a message */ 76/* queue a luaproc that tried to send a message */
77void luaproc_queue_sender( luaproc lp ); 77void luaproc_queue_sender( luaproc lp );
78 78
79const char *sendToChannel(const char *chname, const char *message); 79const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn);
80 80
81/* queue a luaproc that tried to receive a message */ 81/* queue a luaproc that tried to receive a message */
82void luaproc_queue_receiver( luaproc lp ); 82void luaproc_queue_receiver( luaproc lp );