]> git.pld-linux.org Git - packages/wavplay.git/blob - wavplay-WavOpenForWrite.patch
- dropped pre-cvs changelog
[packages/wavplay.git] / wavplay-WavOpenForWrite.patch
1 --- wavplay-1.4/wavplay.h~      2007-06-22 14:41:40.000000000 +0200
2 +++ wavplay-1.4/wavplay.h       2007-06-22 14:42:58.000000000 +0200
3 @@ -503,7 +503,7 @@
4  extern int UnlockDSP(int ipc,int playrecx,ErrFunc erf);
5  
6  extern WAVFILE *WavOpenForRead(const char *Pathname,ErrFunc erf);
7 -extern WAVFILE *WavOpenForWrite(const char *Pathname,OprMode m,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf);
8 +extern WAVFILE *WavOpenForWrite(const char *Pathname,Chan chmode,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf);
9  extern void WavReadOverrides(WAVFILE *wfile,WavPlayOpts *wavopts);
10  extern int WavClose(WAVFILE *wfile,ErrFunc erf);
11  
This page took 0.077387 seconds and 3 git commands to generate.