summaryrefslogtreecommitdiffstats
path: root/src/read-vorbis.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-05-27 10:53:55 +0000
committerLennart Poettering <lennart@poettering.net>2008-05-27 10:53:55 +0000
commit7ac8038c3690eb5547cfdff83235f3636f87c303 (patch)
tree0854e5d007b5142095b57d0e00fd7aaaba17fc5e /src/read-vorbis.h
parent6a75b780762a8695a83e0e94e6fcbce4d2f73573 (diff)
add acx_pthread to the build
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@14 01b60673-d06a-42c0-afdd-89cb8e0f78ac
Diffstat (limited to 'src/read-vorbis.h')
-rw-r--r--src/read-vorbis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/read-vorbis.h b/src/read-vorbis.h
index d9b5ade..ebf7df3 100644
--- a/src/read-vorbis.h
+++ b/src/read-vorbis.h
@@ -28,7 +28,7 @@
typedef struct ca_vorbis ca_vorbis;
-int ca_vorbis_open(ca_vorbis *v, FILE *f);
+int ca_vorbis_open(ca_vorbis **v, FILE *f);
void ca_vorbis_close(ca_vorbis *v);
unsigned ca_vorbis_get_nchannels(ca_vorbis *v);