$NetBSD: patch-an,v 1.1.1.1 1999/12/04 12:56:30 scw Exp $

--- libaudiofile/wav.h.orig	Thu Jan 14 23:20:03 1999
+++ libaudiofile/wav.h	Tue Nov 30 16:00:32 1999
@@ -31,8 +31,8 @@
 #define IBM_FORMAT_ADPCM 0x0103
 
 void AFbasicWAV (int set);
-AFfilehandle AFreadWAV (int file);
-AFfilehandle AFwriteWAV (int file,AFfilesetup setup);
+AFfilehandle AFreadWAV (fhandle file);
+AFfilehandle AFwriteWAV (fhandle file,AFfilesetup setup);
 int AFclosefileWAV (AFfilehandle handle);
 int AFreadframesWAV (AFfilehandle handle,void *frames,int count);
 int AFwriteframesWAV (AFfilehandle handle,void *frames,int count);
