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, 3 insertions, 1 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp
index 23d7441..0790b6e 100644
--- a/src/char/int_storage.hpp
+++ b/src/char/int_storage.hpp
@@ -3,12 +3,14 @@
# include "../strings/fwd.hpp"
+class Session;
+
void inter_storage_init(void);
int inter_storage_save(void);
void inter_storage_delete(int account_id);
struct storage *account2storage(int account_id);
-int inter_storage_parse_frommap(int fd);
+int inter_storage_parse_frommap(Session *ms);
extern FString storage_txt;