summaryrefslogtreecommitdiff
path: root/src/login/loginlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/loginlog.h')
-rw-r--r--src/login/loginlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/loginlog.h b/src/login/loginlog.h
index 749d0fbf1..a1ffaae85 100644
--- a/src/login/loginlog.h
+++ b/src/login/loginlog.h
@@ -5,6 +5,7 @@
#define __LOGINLOG_H_INCLUDED__
+unsigned long loginlog_failedattempts(uint32 ip, unsigned int minutes);
void login_log(uint32 ip, const char* username, int rcode, const char* message);
bool loginlog_init(void);
bool loginlog_final(void);