blob: 1c7ec274ccb345b10c454bdcb8db5647cf1f35fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_LOGIN_SEND
#define EVOL_LOGIN_SEND
void send_server_version();
void send_update_host(int fd);
#endif // EVOL_LOGIN_SEND
|