summaryrefslogtreecommitdiff
path: root/audio/dap/patches/patch-al
blob: f7b043768b199746042d215c71be6d4e6742d043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-al,v 1.1.1.1 1999/12/04 12:56:31 scw Exp $

--- libaudiofile/raw.h.orig	Wed Nov 25 20:38:15 1998
+++ libaudiofile/raw.h	Tue Nov 30 16:00:38 1999
@@ -25,8 +25,8 @@
 {
 #endif
   
-AFfilehandle AFreadRAW (int file, rawType details);
-AFfilehandle AFwriteRAW (int file,AFfilesetup setup);
+AFfilehandle AFreadRAW (fhandle file, rawType details);
+AFfilehandle AFwriteRAW (fhandle file,AFfilesetup setup);
 int AFclosefileRAW (AFfilehandle handle);
 int AFreadframesRAW (AFfilehandle handle,void *frames,int count);
 int AFwriteframesRAW (AFfilehandle handle,void *frames,int count);