diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/LumbrJack.h | 2 |
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 | ||
34 | int loggingStartup(char *name, int logDom); | 34 | int loggingStartup(char *name, int logDom); |
35 | char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); | 35 | char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); |
36 | float timeDiff(struct timeval *now, struct timeval *then); | ||
37 | |||
36 | 38 | ||
37 | #endif | 39 | #endif |