1 #ifndef TCD_CD_UTILS_H
2 #define TCD_CD_UTILS_H
3 
4 #include <SDL/SDL.h>
5 
6 extern int cd_length(const SDL_CD *cdrom);
7 extern unsigned long cddb_discid(const SDL_CD *cdrom);
8 
9 #endif
10