aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/LumbrJack.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-16 10:34:31 +1000
committerDavid Walter Seikel2014-05-16 10:34:31 +1000
commitb6489395e103929445d78f9a8145cf62262fd82e (patch)
tree4a87062ec2b9630f783406e101bc12c18392e244 /src/libraries/LumbrJack.h
parentImplement llCSV2List(). (diff)
downloadSledjHamr-b6489395e103929445d78f9a8145cf62262fd82e.zip
SledjHamr-b6489395e103929445d78f9a8145cf62262fd82e.tar.gz
SledjHamr-b6489395e103929445d78f9a8145cf62262fd82e.tar.bz2
SledjHamr-b6489395e103929445d78f9a8145cf62262fd82e.tar.xz
Move timeDiff() to LumbrJack, it has more than one user now.
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