summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 16:37:18 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 16:37:18 +0000
commitb7251261de9de778e3e37b0fa66a533e5f066c0c (patch)
tree7640d283fa4a1b626868e91db3e9982314881107 /apps/tagcache.h
parentd1f9495c832b9c1121baccd7d5a3ccdcdfe2b96c (diff)
downloadrockbox-b7251261de9de778e3e37b0fa66a533e5f066c0c.tar.gz
rockbox-b7251261de9de778e3e37b0fa66a533e5f066c0c.zip
Fill WPS tags from tagcache if available.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9260 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index a405764644..04125e1d5e 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -59,7 +59,6 @@ struct tagcache_search {
59 long result_seek; 59 long result_seek;
60}; 60};
61 61
62bool tagcache_fill_tags(struct mp3entry *id3, const char *filename);
63bool tagcache_search(struct tagcache_search *tcs, int tag); 62bool tagcache_search(struct tagcache_search *tcs, int tag);
64bool tagcache_search_add_filter(struct tagcache_search *tcs, 63bool tagcache_search_add_filter(struct tagcache_search *tcs,
65 int tag, int seek); 64 int tag, int seek);
@@ -69,6 +68,7 @@ void tagcache_search_finish(struct tagcache_search *tcs);
69int tagcache_get_progress(void); 68int tagcache_get_progress(void);
70#ifdef HAVE_TC_RAMCACHE 69#ifdef HAVE_TC_RAMCACHE
71bool tagcache_is_ramcache(void); 70bool tagcache_is_ramcache(void);
71bool tagcache_fill_tags(struct mp3entry *id3, const char *filename);
72#endif 72#endif
73void tagcache_init(void); 73void tagcache_init(void);
74void tagcache_start_scan(void); 74void tagcache_start_scan(void);