From b7251261de9de778e3e37b0fa66a533e5f066c0c Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 16:37:18 +0000 Subject: Fill WPS tags from tagcache if available. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9260 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tagcache.h') 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 { long result_seek; }; -bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); bool tagcache_search(struct tagcache_search *tcs, int tag); bool tagcache_search_add_filter(struct tagcache_search *tcs, int tag, int seek); @@ -69,6 +68,7 @@ void tagcache_search_finish(struct tagcache_search *tcs); int tagcache_get_progress(void); #ifdef HAVE_TC_RAMCACHE bool tagcache_is_ramcache(void); +bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); #endif void tagcache_init(void); void tagcache_start_scan(void); -- cgit v1.2.3