diff options
Diffstat (limited to 'src/char/int_pet.h')
-rw-r--r-- | src/char/int_pet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/int_pet.h b/src/char/int_pet.h index 0495994fe..31489579f 100644 --- a/src/char/int_pet.h +++ b/src/char/int_pet.h @@ -13,4 +13,6 @@ int inter_pet_parse_frommap(int fd); extern char pet_txt[1024];
+//Exported for use in the TXT-SQL converter.
+int inter_pet_fromstr(char *str,struct s_pet *p);
#endif
|