summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-08 19:56:08 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-08 19:56:08 +0300
commit8f76b5e745322b637a02e9a45c996acebe95bc3e (patch)
tree3583c405c24c90a395958cdb0181c4d6c2cd4888 /src/emap/clif.h
parent5ad15527869c9ca9d374d9463a74093b536e96bc (diff)
downloadevol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.gz
evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.bz2
evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.xz
evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.zip
Update from hercules
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index 3a563fd..1c602d8 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -9,10 +9,10 @@ void eclif_quest_add(TBL_PC *sd,
struct quest *qd);
void eclif_quest_add_pre(TBL_PC **sdPtr,
struct quest **qdPtr);
-void eclif_charnameack_pre(int *fdPtr,
- struct block_list **blPtr);
-void eclif_charnameack_pre_sub(int *fdPtr,
- struct block_list **blPtr);
+void eclif_blname_ack_pre(int *fdPtr,
+ struct block_list **blPtr);
+void eclif_blname_ack_pre_sub(int *fdPtr,
+ struct block_list **blPtr);
void eclif_charnameupdate_pre(struct map_session_data **ssdPtr);
void eclif_getareachar_unit_post(TBL_PC *sd,
struct block_list *bl);