mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
option_string clean-up and consolidate with metadata_common
Change-Id: I2649f6af37bd871fb8f181ae2f716ff0bcf1f65c
This commit is contained in:
parent
eb86ee296a
commit
77e4dd81f5
5 changed files with 58 additions and 35 deletions
|
|
@ -38,6 +38,7 @@ bool read_ape_tags(int fd, struct mp3entry* id3);
|
|||
long read_vorbis_tags(int fd, struct mp3entry *id3,
|
||||
long tag_remaining);
|
||||
|
||||
int string_option(const char *option, const char *const oplist[], bool ignore_case);
|
||||
bool skip_id3v2(int fd, struct mp3entry *id3);
|
||||
long read_string(int fd, char* buf, long buf_size, int eos, long size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue