summaryrefslogtreecommitdiff
path: root/src/char/int_storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.hpp')
-rw-r--r--src/char/int_storage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp
index 83981b6..6bf3e1f 100644
--- a/src/char/int_storage.hpp
+++ b/src/char/int_storage.hpp
@@ -32,9 +32,9 @@
void inter_storage_init(void);
int inter_storage_save(void);
void inter_storage_delete(AccountId account_id);
-struct storage *account2storage(AccountId account_id);
+Storage *account2storage(AccountId account_id);
-int inter_storage_parse_frommap(Session *ms);
+RecvResult inter_storage_parse_frommap(Session *ms, uint16_t);
extern AString storage_txt;