summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-22 16:34:34 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-22 16:34:34 +0000
commit3fe27e962cf2084d380b6229fcc07c47d0c51e67 (patch)
tree497f03f5e6b44a028506655786fcd223c0fb2913 /src/map/clif.h
parent825b015a7f9e2179e593f417658ec36e484e1e6d (diff)
downloadhercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.gz
hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.bz2
hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.xz
hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.zip
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff itself.
- Cleaned up a bunch of very uglily coded atcommands which used the rather pointless charid2sessionid and accountid2sessionid functions. - Some miscellanous cleanups around usage of the session[] variable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9293 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 5d1294825..5ba025065 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -320,6 +320,7 @@ int clif_pet_performance(struct block_list *bl,int param);
int clif_pet_equip(struct pet_data *pd);
int clif_pet_food(struct map_session_data *sd,int foodid,int fail);
int clif_send (unsigned char *buf, int len, struct block_list *bl, int type);
+int clif_send_debug(struct map_session_data *sd, int cmd, int* args, int args_num);
//friends list
int clif_friendslist_toggle_sub(struct map_session_data *sd,va_list ap);