1
0
Fork 0
forked from len0rd/rockbox

Database v3 support.. works with the new format, new fields aren't getting used yet.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-06-05 23:00:42 +00:00
parent 40efb12b8c
commit b1e1e44041
2 changed files with 7 additions and 1 deletions

View file

@ -43,6 +43,9 @@ struct entry {
long albumoffset;
char *artistname;
char *albumname;
long playtime;
short track;
short samplerate;
};
extern struct entry *currententry;