aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/LumbrJack.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 20:43:02 +1000
committerDavid Walter Seikel2014-05-05 20:43:02 +1000
commit205c2b6eaa23c04691f92ad0d60407f98eed766b (patch)
tree134e24db39b85490de520493ba69812c113d424b /src/libraries/LumbrJack.h
parentCall skang modules from extantz. Needs some clean up. (diff)
downloadSledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.zip
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.gz
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.bz2
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.xz
Clean up include files.
Diffstat (limited to 'src/libraries/LumbrJack.h')
-rw-r--r--src/libraries/LumbrJack.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libraries/LumbrJack.h b/src/libraries/LumbrJack.h
index 5ac0ce8..a096e7f 100644
--- a/src/libraries/LumbrJack.h
+++ b/src/libraries/LumbrJack.h
@@ -1,3 +1,6 @@
1#ifndef _LUMBRJACK_H_
2#define _LUMBRJACK_H_
3
1 4
2#include <stdio.h> 5#include <stdio.h>
3#include <ctype.h> 6#include <ctype.h>
@@ -30,3 +33,5 @@ typedef enum
30 33
31int loggingStartup(char *name, int logDom); 34int loggingStartup(char *name, int logDom);
32char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 35char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
36
37#endif