diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-25 05:28:29 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-25 05:28:29 +0000 |
commit | 89ed514db4619f1d0a20a90c7f6db64e22fdfdb9 (patch) | |
tree | a1f3351a76016e3b08e9ef9ec2f45f9dcb87514a /src/map/clif.h | |
parent | 7ab61eb4bd3e948f57cd0439d81e4b29464623fa (diff) | |
download | hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.gz hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.bz2 hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.xz hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@785 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 0a61ea052..a51aaddfc 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -280,6 +280,7 @@ int clif_message(struct block_list *bl, char* msg); // messages (from mobs/npcs) int clif_GM_kickack(struct map_session_data *sd,int id); int clif_GM_kick(struct map_session_data *sd,struct map_session_data *tsd,int type); +int clif_timedout(struct map_session_data *sd); int clif_foreachclient(int (*)(struct map_session_data*,va_list),...); |