diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 16:28:11 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 16:28:11 +0100 |
commit | 1b3539a50d29a8956aa0bd2e668681e8afb968c0 (patch) | |
tree | c390d76bf35c948625e8d63e53aa04f54ae1b2ad /replay.h | |
parent | 58db24681d7b27faed5340c2195119f0d7c7a97f (diff) |
Announce the start and end of log replay. Also ensure log replay lines finish with CRLF when writing.
Diffstat (limited to 'replay.h')
-rw-r--r-- | replay.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ #include <ctype.h> #include <limits.h> +#include "functions.h" + #define MAXCHAR 1000 #define TIMELEN 11 // 32-bit unixtime is up to 10 characters (+1 for null char) // TODO - Make this Year 2038 proof #define TIMELENF 11 // [HH:MM:SS] = 10 characters + 1 for null char |