summaryrefslogtreecommitdiff
path: root/src/map/pet.h
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-27 19:25:09 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-27 19:25:09 +0000
commit96c001d739119226d0670a9916c6d564a7cf0d22 (patch)
treeafdd95c1d843a60ce8a9ed85e2afec0c1b01fbe3 /src/map/pet.h
parent8f3d851c422e444510b659a2f4f850cb5036e604 (diff)
downloadhercules-96c001d739119226d0670a9916c6d564a7cf0d22.tar.gz
hercules-96c001d739119226d0670a9916c6d564a7cf0d22.tar.bz2
hercules-96c001d739119226d0670a9916c6d564a7cf0d22.tar.xz
hercules-96c001d739119226d0670a9916c6d564a7cf0d22.zip
Memory leak fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1006 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pet.h')
-rw-r--r--src/map/pet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pet.h b/src/map/pet.h
index 1664f42d5..425bc6887 100644
--- a/src/map/pet.h
+++ b/src/map/pet.h
@@ -64,6 +64,7 @@ int pet_heal_timer(int tid,unsigned int tick,int id,int data); // [Valaris]
int pet_skillattack_timer(int tid,unsigned int tick,int id,int data); // [Valaris]
int do_init_pet(void);
+int do_final_pet(void);
#endif