aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.h')
-rw-r--r--ClientHamr/GuiLua/GuiLua.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.h b/ClientHamr/GuiLua/GuiLua.h
index 1813966..127841f 100644
--- a/ClientHamr/GuiLua/GuiLua.h
+++ b/ClientHamr/GuiLua/GuiLua.h
@@ -33,6 +33,7 @@ typedef struct _globals globals;
33 33
34// "01:03:52 01-01-1973\n\0" 34// "01:03:52 01-01-1973\n\0"
35#define DATE_TIME_LEN 21 35#define DATE_TIME_LEN 21
36# define DATE_TIME_LEN 21
36 37
37 38
38#ifndef FALSE 39#ifndef FALSE
@@ -53,16 +54,9 @@ struct _globals
53 int eina, logDom, ecore_evas, edje; 54 int eina, logDom, ecore_evas, edje;
54}; 55};
55 56
56// globals ourGlobals;
57
58 57
59void dumpStack(lua_State *L, int i); 58void dumpStack(lua_State *L, int i);
60 59
61
62# define DATE_TIME_LEN 21
63
64//char dateTime[DATE_TIME_LEN];
65
66void loggingStartup(globals *ourGlobals); 60void loggingStartup(globals *ourGlobals);
67char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 61char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
68 62