blob: 1b0ba18d8b51492a1c677ca856a16b08047460d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_COMMON_IP
#define EVOL_COMMON_IP
bool checkAllowedIp(const char* const mask, const char* const ip);
#endif // EVOL_COMMON_IP
|