aboutsummaryrefslogtreecommitdiff
path: root/audio/wavplay/files/patch-wavplay.h
blob: ab4b0cd8f8151643e1b0e7dc02accfb1d3a60570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wavplay.h.orig	1999-12-04 00:06:42 UTC
+++ wavplay.h
@@ -500,7 +500,7 @@ extern int LockDSP(int ipc,int playrecx,
 extern int UnlockDSP(int ipc,int playrecx,ErrFunc erf);
 
 extern WAVFILE *WavOpenForRead(const char *Pathname,ErrFunc erf);
-extern WAVFILE *WavOpenForWrite(const char *Pathname,OprMode m,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf);
+extern WAVFILE *WavOpenForWrite(const char *Pathname,Chan chmode,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf);
 extern void WavReadOverrides(WAVFILE *wfile,WavPlayOpts *wavopts);
 extern int WavClose(WAVFILE *wfile,ErrFunc erf);