summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 3180919..0699601 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -8,11 +8,14 @@ void eclif_quest_send_list(struct map_session_data *sd);
void eclif_quest_add(struct map_session_data *sd, struct quest *qd);
void eclif_charnameack(int *fdPtr, struct block_list *bl);
void eclif_getareachar_unit_post(struct map_session_data* sd, struct block_list *bl);
-void eclif_authok_post(struct map_session_data *sd);
void eclif_sendlook(struct block_list *bl, int *id, int *type,
int *val, int *val2, enum send_target *target);
bool eclif_send(const void* buf, int *len, struct block_list* bl, enum send_target *type);
void eclif_set_unit_idle(struct block_list* bl, struct map_session_data *tsd,
enum send_target *target);
+int eclif_send_actual(int *fd, void *buf, int *len);
+
+void eclif_authok_post(struct map_session_data *sd);
+void eclif_changemap_post(struct map_session_data *sd, short *m, int *x, int *y);
#endif // EVOL_MAP_CLIF