diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 0699601..3b28390 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -17,5 +17,7 @@ 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); +void eclif_set_unit_idle_post(struct block_list* bl, struct map_session_data *tsd, + enum send_target *target); #endif // EVOL_MAP_CLIF |