From 9ba142106365d4bfb7fff266bcc98801651e502e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Feb 2012 17:36:10 +1000 Subject: White space fixes. --- libraries/luaproc/luaproc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libraries/luaproc/luaproc.h') diff --git a/libraries/luaproc/luaproc.h b/libraries/luaproc/luaproc.h index d700e86..2f3ed3f 100644 --- a/libraries/luaproc/luaproc.h +++ b/libraries/luaproc/luaproc.h @@ -71,16 +71,15 @@ luaproc luaproc_create_sched( char *code ); void luaproc_register_funcs( lua_State *L ); /* allow registering of luaproc's functions in c main prog */ -void luaproc_register_lib( lua_State *L ); +void luaproc_register_lib( lua_State *L ); /* queue a luaproc that tried to send a message */ void luaproc_queue_sender( luaproc lp ); - const char *sendToChannel(const char *chname, const char *message); /* queue a luaproc that tried to receive a message */ -void luaproc_queue_receiver( luaproc lp ); +void luaproc_queue_receiver( luaproc lp ); /* unlock a channel's access */ void luaproc_unlock_channel( channel chan ); -- cgit v1.1