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 143062a95f..b9d6a2911b 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -169,7 +169,7 @@ struct tagcache_search {
169 int idx_id; 169 int idx_id;
170}; 170};
171 171
172void build_tagcache(const char *path); 172void tagcache_build(const char *path);
173 173
174#ifdef __PCTOOL__ 174#ifdef __PCTOOL__
175void tagcache_reverse_scan(void); 175void tagcache_reverse_scan(void);