diff options
Diffstat (limited to 'src/char/int_storage.h')
-rw-r--r-- | src/char/int_storage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h index 678312b1d..c15af003e 100644 --- a/src/char/int_storage.h +++ b/src/char/int_storage.h @@ -16,4 +16,7 @@ int inter_storage_parse_frommap(int fd); extern char storage_txt[1024];
extern char guild_storage_txt[1024];
+//Exported for use in the TXT-SQL converter.
+int storage_fromstr(char *str,struct storage *p);
+int guild_storage_fromstr(char *str,struct guild_storage *p);
#endif
|