diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 22:11:42 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 22:11:42 +0100 |
commit | 34d410dc82e05f4255ec23a9deaff212b7903955 (patch) | |
tree | 75f70464ca07411c85f79263af5cd55867ad9993 /config.h | |
parent | 231656bf59da65036b171ce5ccc06eeadd64a05a (diff) |
Implement authentication in the form of the bouncer having a configurable server password
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,4 +11,6 @@ int readnames(char *nick, char *username, char *realname); int confrelayseconds(); +int checkpassword(char *password); + #endif |