aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-16 20:51:25 +1000
committerDavid Walter Seikel2014-04-16 20:51:25 +1000
commit7e5939254b0202fb20fcca4c7260f14eb442edac (patch)
tree4ed2d2d482b2a73850b9a007ac6dfaced75dcdf1 /ClientHamr
parentTypo-- (diff)
downloadSledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.zip
SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.gz
SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.bz2
SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.xz
Minor clean ups.
Diffstat (limited to 'ClientHamr')
-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