summaryrefslogtreecommitdiff
path: root/src/char/int_pet.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-09 22:34:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 11:47:30 +0300
commit727496b378aa6b249e57031b5dc43f7484419d5f (patch)
tree0f414f6eeb2de79cdc35820dc0a37d377657e460 /src/char/int_pet.h
parent9a69be89a34798208eff05b04756a992f35f5117 (diff)
downloadhercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.gz
hercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.bz2
hercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.xz
hercules-727496b378aa6b249e57031b5dc43f7484419d5f.zip
Allow generate HPM hooks for all interfaces in char server.
Diffstat (limited to 'src/char/int_pet.h')
-rw-r--r--src/char/int_pet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char/int_pet.h b/src/char/int_pet.h
index 8b3c1f7b4..fcb052f34 100644
--- a/src/char/int_pet.h
+++ b/src/char/int_pet.h
@@ -8,6 +8,9 @@ struct s_pet;
void inter_pet_defaults(void);
+/**
+ * inter_pet interface
+ **/
struct inter_pet_interface {
struct s_pet *pt;
int (*tosql) (int pet_id, struct s_pet* p);