Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
614 B
C
11 lines
614 B
C
--- 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);
|
|
|