diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 16:29:58 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 16:29:58 +0100 |
commit | 62fe87f6052dc28e38f2edc940b2002ede087277 (patch) | |
tree | e55830502e0bc29bf0210674aafbe5c9c3295f2d /config.h | |
parent | 44ed93cdc6a2d7dda355266bfc69134e30278259 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int readnames(char *nick, char *username, char *realname); -int confrelayseconds(); +int confreplayseconds(); int checkpassword(char *password); |