aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/Runnr.h')
-rw-r--r--src/libraries/Runnr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h
index 6fe7a11..f5f6960 100644
--- a/src/libraries/Runnr.h
+++ b/src/libraries/Runnr.h
@@ -36,6 +36,7 @@ typedef struct _LuaCompile
36 int bugCount; 36 int bugCount;
37 void *data; 37 void *data;
38 Ecore_Con_Client *client; 38 Ecore_Con_Client *client;
39 compileCb parser;
39 compileCb cb; 40 compileCb cb;
40} LuaCompiler; 41} LuaCompiler;
41 42