00001
00002 #ifndef _INT_STORAGE_H_
00003 #define _INT_STORAGE_H_
00004
00005 void inter_storage_init();
00006 #ifdef TXT_ONLY
00007 void inter_storage_save();
00008 void inter_guild_storage_save();
00009 #endif
00010 void inter_storage_delete(const int account_id);
00011 int inter_guild_storage_delete(const int guild_id);
00012 void mapif_get_storage(const int fd, const int account_id);
00013
00014 int inter_storage_parse_frommap(int fd);
00015
00016 #ifdef TXT_ONLY
00017 extern char storage_txt[1024];
00018 extern char guild_storage_txt[1024];
00019 #endif
00020
00021 #endif // _INT_STORAGE_H_