diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-09 18:15:02 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-09 18:15:02 +0000 |
commit | 61c5676bfe3ee9dcb6fd3f5d06fd9fdf9c54b037 (patch) | |
tree | 60b30c788e2833b4f3c021da4ee8445055612e3a /src/map/clif.h | |
parent | 01417c0ad837f9113c2e8731b00531cf6535ee3e (diff) | |
download | hercules-61c5676bfe3ee9dcb6fd3f5d06fd9fdf9c54b037.tar.gz hercules-61c5676bfe3ee9dcb6fd3f5d06fd9fdf9c54b037.tar.bz2 hercules-61c5676bfe3ee9dcb6fd3f5d06fd9fdf9c54b037.tar.xz hercules-61c5676bfe3ee9dcb6fd3f5d06fd9fdf9c54b037.zip |
* Merged eAthena changeset ea:15119.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16891 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index e92dc4db5..1079d54ca 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -569,6 +569,7 @@ void clif_instance_leave(int fd); void clif_font(struct map_session_data *sd); // atcommand +void clif_notify_chat(struct block_list* bl, const char* message, send_target target); void clif_displaymessage(const int fd, const char* mes); void clif_disp_onlyself(struct map_session_data *sd, const char *mes, int len); void clif_disp_message(struct block_list* src, const char* mes, int len, enum send_target target); |