summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index c1d0df9bcd..dbe1c92d39 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -203,13 +203,13 @@ struct tagcache_search {
203 203
204#ifdef __PCTOOL__ 204#ifdef __PCTOOL__
205void tagcache_reverse_scan(void); 205void tagcache_reverse_scan(void);
206/* call this directly instead of tagcache_build in order to not pull
207 * on global_settings */
208void do_tagcache_build(const char *path[]);
206#endif 209#endif
207 210
208const char* tagcache_tag_to_str(int tag); 211const char* tagcache_tag_to_str(int tag);
209 212
210#ifdef CPU_SH
211bool tagcache_is_numeric_tag(int type);
212#endif
213bool tagcache_find_index(struct tagcache_search *tcs, const char *filename); 213bool tagcache_find_index(struct tagcache_search *tcs, const char *filename);
214bool tagcache_check_clauses(struct tagcache_search *tcs, 214bool tagcache_check_clauses(struct tagcache_search *tcs,
215 struct tagcache_search_clause **clause, int count); 215 struct tagcache_search_clause **clause, int count);