Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

int_storage.h

00001 // $Id: int_storage.h 1 2006-01-13 22:47:50Z MagicalTux $
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 /* TXT_ONLY */
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 /* TXT_ONLY */
00020 
00021 #endif // _INT_STORAGE_H_

Generated on Fri Apr 28 10:20:04 2006 for OpenAthena by  doxygen 1.4.4