ports/audio/tcd/files/patch-src_cddb.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00: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 */