summaryrefslogtreecommitdiff
path: root/audio/libaudiofile/patches/patch-libaudiofile_af__vfs.h
blob: 8ee5d23500906021898a0f8b1ef32ff549714f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-libaudiofile_af__vfs.h,v 1.1 2011/11/30 11:59:39 wiz Exp $

Conflicts with same definition in audiofile.h.

--- libaudiofile/af_vfs.h.orig	2011-09-13 03:59:06.000000000 +0000
+++ libaudiofile/af_vfs.h
@@ -34,8 +34,6 @@
 extern "C" {
 #endif
 
-typedef struct _AFvirtualfile AFvirtualfile;
-
 struct _AFvirtualfile
 {
 	ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes);