source:
branches/v2.9/mediafolder/include/cddb.h@
21
Last change on this file since 21 was 2, checked in by , 8 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
1 | typedef struct { |
2 | int numTracks; |
3 | LONG startSector[100]; |
4 | LONG discid; |
5 | int discLength; |
6 | }CDDBINFO; |
7 | |
8 | #define MAXSERVERS 10 |
9 | |
10 |
Note:
See TracBrowser
for help on using the repository browser.