summaryrefslogtreecommitdiff
path: root/src/echar/char.h
blob: 60cf22368848e56324e44253c079fe2a7b7a43df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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_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