diff options
Diffstat (limited to 'src/char/int_pet.h')
-rw-r--r-- | src/char/int_pet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/int_pet.h b/src/char/int_pet.h index 44f3eb389..8b3c1f7b4 100644 --- a/src/char/int_pet.h +++ b/src/char/int_pet.h @@ -9,6 +9,7 @@ struct s_pet; void inter_pet_defaults(void); struct inter_pet_interface { + struct s_pet *pt; int (*tosql) (int pet_id, struct s_pet* p); int (*fromsql) (int pet_id, struct s_pet* p); int (*sql_init) (void); |