summaryrefslogtreecommitdiff
path: root/src/echar/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-10 01:03:32 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-10 01:03:32 +0300
commitcb10231838c918dbf380899a947599331818a4bc (patch)
tree7f92446dd65643a81d7ddf0419ff1c4c60be73be /src/echar/char.h
parent725fb53014ab7d48d43d69f0c1ca21354ef8619c (diff)
downloadevol-hercules-cb10231838c918dbf380899a947599331818a4bc.tar.gz
evol-hercules-cb10231838c918dbf380899a947599331818a4bc.tar.bz2
evol-hercules-cb10231838c918dbf380899a947599331818a4bc.tar.xz
evol-hercules-cb10231838c918dbf380899a947599331818a4bc.zip
Add gm command for send restart events to all servers.
For now it support only one char and one map server. For support this actions need use hercules wrapper.
Diffstat (limited to 'src/echar/char.h')
-rw-r--r--src/echar/char.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/echar/char.h b/src/echar/char.h
index 726f2c2..e05bde0 100644
--- a/src/echar/char.h
+++ b/src/echar/char.h
@@ -27,4 +27,8 @@ void echar_parse_char_connect_post(int fd, struct char_session_data *sd, uint32
void echar_parse_frommap_request_stats_report_pre(int *fdPtr);
+void echar_parse_map_serverexit(int mapFd);
+
+void echat_send_login_serverexit(const int code);
+
#endif // EVOL_CHAR_CHAR