Added CD-TEXT dump function.

This commit is contained in:
Svend Sorensen
2005-03-19 06:20:01 +00:00
parent e973893d2a
commit 5b34a8361e
4 changed files with 22 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ typedef struct Track Track;
Cd *cd_init ();
/* dump all info from CD structure
* in human readable format (for debugging
* in human readable format (for debugging)
*/
void cd_dump (Cd *cd);