From db634cda56ca8eca2ddab728d1a95dc9fbd36eba Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 01:36:02 +1000 Subject: Remove a whole bunch of stuff we don't need from our luaproc fork, and rearrange what's left. --- LuaSL/src/LuaSL_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL_main.c') diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index 582ba95..759995b 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c @@ -49,7 +49,7 @@ static void resetScript(script *victim) // TODO - now what? } -static void _sendBack(void * data) +void scriptSendBack(void * data) { scriptMessage *message = data; gameGlobals *game = message->script->game; @@ -179,7 +179,7 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_D if (me) { sprintf(buf, "%s.lua.out", me->fileName); - newProc(buf, TRUE, (Ecore_Cb) _sendBack, me); + newProc(buf, TRUE, me); } } else if (0 == strcmp(command, "exit()")) -- cgit v1.1