summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 06:00:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 06:00:05 +0000
commit04fca41114ed5266a9bdbec60cad4bcdf4541be8 (patch)
tree48f42bb85193af20e8c6a19fdc117d624c781f16 /src/map/clif.h
parent7845b8fdccdea16d271580f43c5206365ff7719a (diff)
downloadhercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.gz
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.bz2
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.xz
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.zip
Random assortment of various small corrections and tweaks.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12894 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index e268a96a0..4cf738ec9 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -175,7 +175,6 @@ void clif_talkiebox(struct block_list* bl, const char* talkie);
void clif_wedding_effect(struct block_list *bl);
void clif_divorced(struct map_session_data* sd, const char* name);
//void clif_callpartner(struct map_session_data *sd);
-void clif_adopt_process(struct map_session_data *sd);
void clif_soundeffect(struct map_session_data* sd, struct block_list* bl, const char* name, int type);
int clif_soundeffectall(struct block_list* bl, const char *name, int type, enum send_target coverage);
void clif_parse_ActionRequest_sub(struct map_session_data *sd, int action_type, int target_id, unsigned int tick);