00001 #ifndef __LOGCACHE_H__ 00002 #define __LOGCACHE_H__ 00003 00004 void logcache_list(dbref player); 00005 void logcache_init(); 00006 void logcache_destruct(); 00007 int logcache_writelog(char *fname, char *fdata); 00008 00009 #endif