mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
8a04f62031
commit
f8a641d6f8
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue