summaryrefslogtreecommitdiff
path: root/firmware/include/dircache.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-11-26 23:47:06 +0000
committerJens Arnold <amiconn@rockbox.org>2005-11-26 23:47:06 +0000
commit4efecf6435b9c5afeb1d67f98d6aec992c9c990e (patch)
tree8254544563929f63f82f33eddbdce3d3945a0bac /firmware/include/dircache.h
parent29e04eff0504bf21d9d964d518fd95c86d2ec3dc (diff)
Fix yellow builds :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/dircache.h')
-rw-r--r--firmware/include/dircache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 89c6a476cc..512fcb1833 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -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);