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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h
index ec23813..5036600 100644
--- a/src/char/int_storage.h
+++ b/src/char/int_storage.h
@@ -2,15 +2,15 @@
#ifndef _INT_STORAGE_H_
#define _INT_STORAGE_H_
-int inter_storage_init();
-void inter_storage_final();
-int inter_storage_save();
-int inter_guild_storage_save();
-int inter_storage_delete(int account_id);
-int inter_guild_storage_delete(int guild_id);
-struct storage *account2storage(int account_id);
+int inter_storage_init ();
+void inter_storage_final ();
+int inter_storage_save ();
+int inter_guild_storage_save ();
+int inter_storage_delete (int account_id);
+int inter_guild_storage_delete (int guild_id);
+struct storage *account2storage (int account_id);
-int inter_storage_parse_frommap(int fd);
+int inter_storage_parse_frommap (int fd);
extern char storage_txt[1024];
extern char guild_storage_txt[1024];