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