summaryrefslogtreecommitdiff
path: root/src/char/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.h')
-rw-r--r--src/char/int_storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h
index 44054079a..79e436093 100644
--- a/src/char/int_storage.h
+++ b/src/char/int_storage.h
@@ -22,4 +22,7 @@ extern char guild_storage_txt[1024];
int storage_fromstr(char *str,struct storage_data *p);
int guild_storage_fromstr(char *str,struct guild_storage *p);
+bool storage_load(int account_id, struct storage_data* storage);
+bool storage_save(int account_id, struct storage_data* storage);
+
#endif /* _INT_STORAGE_H_ */