From b6489395e103929445d78f9a8145cf62262fd82e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 16 May 2014 10:34:31 +1000 Subject: Move timeDiff() to LumbrJack, it has more than one user now. --- src/libraries/LumbrJack.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libraries/LumbrJack.h') 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 int loggingStartup(char *name, int logDom); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); +float timeDiff(struct timeval *now, struct timeval *then); + #endif -- cgit v1.1