mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
325 B
C
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 */
|