From af4acff261d579428e8eef042cc5359fa392f725 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 27 May 2014 13:33:54 -0700 Subject: Generate the char server protocol --- src/char/int_storage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/char/int_storage.hpp') 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; -- cgit v1.2.3-60-g2f50