blob: f551d1e9b285d701e163e67e4a6a0dffa0278bcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/cddb.h.orig 2004-06-15 20:13:19 UTC
+++ src/cddb.h
@@ -30,7 +30,7 @@
#include "tcd.h"
-extern int tcd_readdiskinfo(struct cd_info *cd, SDL_CD *cdrom);
+extern int tcd_readdiskinfo(struct tcd_state *cd, SDL_CD *cdrom);
extern void tcd_writediskinfo(struct cd_info *cd, SDL_CD *cdrom);
#endif /* TCD_CDDB_H */
|