--- hatari/src/includes/psg.h 2019/04/09 08:54:33 1.1.1.9 +++ hatari/src/includes/psg.h 2019/04/09 08:55:46 1.1.1.10 @@ -47,6 +47,6 @@ extern void PSG_ff8801_WriteByte(void); extern void PSG_ff8802_WriteByte(void); extern void PSG_ff8803_WriteByte(void); -extern void PSG_Info(Uint32 dummy); +extern void PSG_Info(FILE *fp, Uint32 dummy); #endif /* HATARI_PSG_H */