summaryrefslogtreecommitdiff
path: root/src/login/loginlog.h
blob: 749d0fbf14bbbaf495f71ca0fdd520ef9c1f454b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef __LOGINLOG_H_INCLUDED__
#define __LOGINLOG_H_INCLUDED__


void login_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* w1, const char* w2);


#endif // __LOGINLOG_H_INCLUDED__