ports/audio/s3mod/files/patch-dsp.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
354 B
C

--- dsp.h.orig 1995-10-21 06:52:31 UTC
+++ dsp.h
@@ -34,7 +34,7 @@ extern uint8 *audio_sta
extern uint8 *audio_end_buffer;
extern uint8 *audio_curptr;
-int get_dsp_device(void);
+void get_dsp_device(void);
void write_dsp_device(void *buf, int size);
void close_dsp_device(void);
#endif /* DSP */