X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fwav.h;h=8f253266e0fbd01d5df51940945f9ee29865547b;hp=4a3126c03e6446e2f53163a5d4e9f1676849a5dc;hb=3d73649bf0e39778e715a07da902d0a858065a43;hpb=78efc99ad38ff7d00da545c57449e164ac026d25 diff --git a/lib/wav.h b/lib/wav.h index 4a3126c..8f25326 100644 --- a/lib/wav.h +++ b/lib/wav.h @@ -19,8 +19,8 @@ struct WAV { unsigned int size; }; -int wav_read(struct WAV*wav, char* filename); -int wav_write(struct WAV*wav, char*filename); +int wav_read(struct WAV*wav, const char* filename); +int wav_write(struct WAV*wav, const char*filename); void wav_print(struct WAV*wav); int wav_convert2mono(struct WAV*src, struct WAV*dest, int rate);