Subversion Repositories freemyipod

Rev

Rev 770 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 770 Rev 782
Line 28... Line 28...
28
 
28
 
29
 
29
 
30
void cache_init(void);
30
void cache_init(void);
31
struct emcore_dir_entry* cache_get(const char* name);
31
struct emcore_dir_entry* cache_get(const char* name);
32
void cache_insert(const char* dir_name, const struct emcore_dir_entry* entry);
32
void cache_insert(const char* dir_name, const struct emcore_dir_entry* entry);
-
 
33
void cache_remove(const char* dir_name);
33
void cache_destroy(void);
34
void cache_destroy(void);
34
 
35
 
-
 
36
#ifdef DEBUG2
-
 
37
void cache_dump(void);
-
 
38
#endif
-
 
39
 
35
#endif /* __CACHE_H__ */
40
#endif /* __CACHE_H__ */