1
0
Fork 0
forked from len0rd/rockbox

Debug menu entry for the dircache.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8071 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-11-26 20:22:19 +00:00
parent 3026f046e3
commit 8f280a30f3
3 changed files with 62 additions and 0 deletions

View file

@ -71,6 +71,7 @@ int dircache_save(const char *path);
int dircache_build(int last_size);
bool dircache_is_enabled(void);
int dircache_get_cache_size(void);
int dircache_get_reserve_used(void);
void dircache_disable(void);
const struct dircache_entry *dircache_get_entry_ptr(const char *filename);
void dircache_copy_path(const struct dircache_entry *entry, char *buf, int size);