summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
commit3c4293fa9a3fa00756d1993ec8e1f0a04ec063de (patch)
tree75102078372fedda58001bdbe7a57a29013e4b8f /src/emap/clif.h
parent34134c6e72d5351082a72958833150fc8407f71f (diff)
parent8f76b5e745322b637a02e9a45c996acebe95bc3e (diff)
downloadevol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.gz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.bz2
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.xz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.zip
Merge branch 'master' into tmw2
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);