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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/loginlog.h b/src/login/loginlog.h
index 589bc4fa1..8153dd769 100644
--- a/src/login/loginlog.h
+++ b/src/login/loginlog.h
@@ -26,7 +26,7 @@
#ifdef HERCULES_CORE
// TODO: Interface
unsigned long loginlog_failedattempts(uint32 ip, unsigned int minutes);
-void login_log(uint32 ip, const char* username, int rcode, const char* message);
+void loginlog_log(uint32 ip, const char* username, int rcode, const char* message);
bool loginlog_init(void);
bool loginlog_final(void);
bool loginlog_config_read(const char *filename, bool imported);