summaryrefslogtreecommitdiff
path: root/audio/s3mod/files/patch-dsp.h
blob: 12936268219c492ebc804582355eee778e6e50d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 */