forked from len0rd/rockbox
Fix yellow builds :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
29e04eff05
commit
4efecf6435
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ int dircache_build(int last_size);
|
|||
bool dircache_is_enabled(void);
|
||||
int dircache_get_cache_size(void);
|
||||
int dircache_get_reserve_used(void);
|
||||
int dircache_get_build_ticks(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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue