aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luaproc/luaproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/luaproc/luaproc.h')
-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 );