Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17331 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-03 16:23:37 +00:00
parent 8a04f62031
commit f8a641d6f8
3 changed files with 7 additions and 7 deletions

View file

@ -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);