aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/LumbrJack.h
diff options
context:
space:
mode:
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