diff options
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 2 |
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 { int idx_id; }; -void build_tagcache(const char *path); +void tagcache_build(const char *path); #ifdef __PCTOOL__ void tagcache_reverse_scan(void); |