From 3236320311f15640083c5bf420bcdeab725ff242 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 25 Jan 2012 02:29:35 +1000 Subject: Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol --- libraries/luaproc/luaproc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libraries/luaproc/luaproc.h') diff --git a/libraries/luaproc/luaproc.h b/libraries/luaproc/luaproc.h index 86617a9..4c71685 100644 --- a/libraries/luaproc/luaproc.h +++ b/libraries/luaproc/luaproc.h @@ -44,6 +44,11 @@ THE SOFTWARE. /* lua process pointer type */ typedef struct stluaproc *luaproc; +void luaprocInit(void); +void luaprocRegister(lua_State *L); +int newProc(const char *code, int file); + + /* return a process' status */ int luaproc_get_status( luaproc lp ); -- cgit v1.1