summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
index e7bdd2a..0c6bb9c 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -18,5 +18,8 @@ void send_join_ack(int fd, const char *const name, int flag);
void send_pc_info(struct block_list* bl1,
struct block_list* bl2,
enum send_target target);
+void send_npc_info(struct block_list* bl1,
+ struct block_list* bl2,
+ enum send_target target);
#endif // EVOL_MAP_PC