summaryrefslogtreecommitdiff
path: root/replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'replay.h')
-rw-r--r--replay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/replay.h b/replay.h
index e0b5822..7f1e331 100644
--- a/replay.h
+++ b/replay.h
@@ -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