diff --git a/src/map/clif.h b/src/map/clif.h index d2a75b72ba5..fdf660e709b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -970,8 +970,8 @@ struct clif_interface { void (*skillname_ack) (int fd, struct block_list *bl); void (*itemname_ack) (int fd, struct block_list *bl); void (*unknownname_ack) (int fd, struct block_list *bl); - void (*monster_hp_bar) ( struct mob_data *md, struct map_session_data *sd ); - bool (*show_monster_hp_bar) ( struct block_list *bl ); + void (*monster_hp_bar) (struct mob_data *md, struct map_session_data *sd); + bool (*show_monster_hp_bar) (struct block_list *bl); int (*hpmeter) (struct map_session_data *sd); void (*hpmeter_single) (int fd, int id, unsigned int hp, unsigned int maxhp); int (*hpmeter_sub) (struct block_list *bl, va_list ap);