summaryrefslogtreecommitdiff
path: root/src/char/char.h
blob: b013f4480a5411957dad3e0a3cfa76735f112dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_CHAR_CHAR
#define EVOL_CHAR_CHAR

void echar_parse_char_login_map_server(int *fd);

void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data* sd);

void echar_creation_failed(int *fdPtr, int *result);

void echar_parse_char_ping(int *fdPtr);

void echar_parse_change_paassword(int fd);

void echar_parse_login_password_change_ack(int charFd);

#endif  // EVOL_CHAR_CHAR