summaryrefslogtreecommitdiff
path: root/replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'replay.h')
-rw-r--r--replay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/replay.h b/replay.h
index c3f23f9..039c131 100644
--- a/replay.h
+++ b/replay.h
@@ -40,7 +40,7 @@
int replaylines(int seconds, char *basedir);
-int readreplayline(int seconds, int linenum, char *str, char *basedir, int replaydates);
+int readreplayline(int seconds, int linenum, char *str, struct settings *settings, struct ircdstate *ircdstate);
// Returns the number of seconds ago that 'nick' last spoke, or -1 if there is a problem.
// 'basedir' is the directory in which to find 'replay.log'.