summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
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);