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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp
index 286c5a6..691f16d 100644
--- a/src/char/int_storage.hpp
+++ b/src/char/int_storage.hpp
@@ -3,7 +3,7 @@
int inter_storage_init(void);
int inter_storage_save(void);
-int inter_storage_delete(int account_id);
+void inter_storage_delete(int account_id);
struct storage *account2storage(int account_id);
int inter_storage_parse_frommap(int fd);