diff options
Diffstat (limited to 'replay.h')
-rw-r--r-- | replay.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,10 +12,10 @@ #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 -int relaylines(int seconds); +int replaylines(int seconds); -int readrelayline(int seconds, int linenum, char *str); +int readreplayline(int seconds, int linenum, char *str); -int writerelayline(char *str); +int writereplayline(char *str); #endif |