summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 16:29:58 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 16:29:58 +0100
commit62fe87f6052dc28e38f2edc940b2002ede087277 (patch)
treee55830502e0bc29bf0210674aafbe5c9c3295f2d /config.h
parent44ed93cdc6a2d7dda355266bfc69134e30278259 (diff)
Add a settings structure for passing around everywhere to store config/settings. Also fix the insanely inconsistent spelling/naming of replay log related things.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index d74af82..3d81d2f 100644
--- a/config.h
+++ b/config.h
@@ -9,7 +9,7 @@
int readnames(char *nick, char *username, char *realname);
-int confrelayseconds();
+int confreplayseconds();
int checkpassword(char *password);