mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 13:42:29 -05:00
plugins lib: use existing mp3info function
Change-Id: I88d3c04db5cbc0905153b0e616adb7a64afee707
This commit is contained in:
parent
1e678977f2
commit
8b95f2e758
5 changed files with 16 additions and 24 deletions
|
|
@ -21,6 +21,6 @@
|
|||
#ifndef ID3_H
|
||||
#define ID3_H
|
||||
|
||||
bool retrieve_id3(struct mp3entry *id3, const char* file, bool try_tagcache);
|
||||
bool retrieve_id3(struct mp3entry *id3, const char* file);
|
||||
|
||||
#endif /* ID3_H */
|
||||
#endif /* ID3_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue