blob: 4f2f8c1c57e86d5f88c49dbf91cbd11377fc7988 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_LOGIN_LOGIN
#define EVOL_LOGIN_LOGIN
bool elogin_check_password_pre(const char **md5key,
int *passwdenc,
const char **passwdPtr,
const char **refpassPtr);
#endif // EVOL_LOGIN_SEND
|