opnsense-ports/audio/tcd/files/patch-src_cddb.h
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
325 B
C

--- 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 */