diff options
Diffstat (limited to 'replay.h')
-rw-r--r-- | replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ // 'basedir' is the directory in which to find 'replay.log'. int replaylinestime(int seconds, char *basedir); -int readreplayline(int seconds, int linenum, char *str, struct settings *settings, struct ircdstate *ircdstate); +int readreplayline(int seconds, int linenum, char *str, int *origtimestamp, struct settings *settings, struct ircdstate *ircdstate); // Returns the line number in the replay log file on which 'nick' last spoke, or -1 if there is a problem. // 'basedir' is the directory in which to find 'replay.log'. |