aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 08:21:26 +1000
committerDavid Walter Seikel2014-05-17 08:21:26 +1000
commit8f67113ada10d14bae784f80ea81a64d1e4bd1a9 (patch)
tree3e7eeded21137728f0596de4afa9893f0dad1932 /src/libraries/Runnr.h
parentMove the new pcall stuff to Runnr.c. (diff)
downloadSledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.zip
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.gz
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.bz2
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.xz
Rearrange things in the libraries.
Diffstat (limited to 'src/libraries/Runnr.h')
-rw-r--r--src/libraries/Runnr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h
index 5e3629d..0e0fc73 100644
--- a/src/libraries/Runnr.h
+++ b/src/libraries/Runnr.h
@@ -4,7 +4,6 @@
4#include <ctype.h> 4#include <ctype.h>
5 5
6#include <Eina.h> 6#include <Eina.h>
7#include <Ecore_Con.h>
8 7
9#include <lua.h> 8#include <lua.h>
10#include <luajit.h> 9#include <luajit.h>
@@ -17,7 +16,4 @@ void doLuaString(lua_State *L, char *string, char *module);
17int pull_lua(lua_State *L, int i, char *params, ...); 16int pull_lua(lua_State *L, int i, char *params, ...);
18int push_lua(lua_State *L, char *params, ...); 17int push_lua(lua_State *L, char *params, ...);
19 18
20void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...);
21void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...);
22
23#endif 19#endif