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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/LumbrJack.h b/src/libraries/LumbrJack.h
index a096e7f..1912bef 100644
--- a/src/libraries/LumbrJack.h
+++ b/src/libraries/LumbrJack.h
@@ -33,5 +33,7 @@ typedef enum
33 33
34int loggingStartup(char *name, int logDom); 34int loggingStartup(char *name, int logDom);
35char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 35char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
36float timeDiff(struct timeval *now, struct timeval *then);
37
36 38
37#endif 39#endif