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, 0 insertions, 2 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 44161cf22c..c1d0df9bcd 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -201,8 +201,6 @@ struct tagcache_search {
201 int32_t idx_id; /* Entry number in the master index. */ 201 int32_t idx_id; /* Entry number in the master index. */
202}; 202};
203 203
204void tagcache_build(const char *path);
205
206#ifdef __PCTOOL__ 204#ifdef __PCTOOL__
207void tagcache_reverse_scan(void); 205void tagcache_reverse_scan(void);
208#endif 206#endif