From 55152d7e642eac14f8ca848a593a17bbf1b57334 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Jan 2018 01:39:37 +0300 Subject: Add loginlog_ prefix to all functions in loginlog.c --- src/login/loginlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/loginlog.h') 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); -- cgit v1.2.3-70-g09d2