summaryrefslogtreecommitdiffstats
path: root/src/read-vorbis.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-05-27 11:32:37 +0000
committerLennart Poettering <lennart@poettering.net>2008-05-27 11:32:37 +0000
commite3a1fe4f5f7714aa972f3cf7b9803636ffa853f0 (patch)
treeb6a0ad7c828f643d531ae9f74afe08c3866ebfe1 /src/read-vorbis.h
parent7ac8038c3690eb5547cfdff83235f3636f87c303 (diff)
make the whole mess compile
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@15 01b60673-d06a-42c0-afdd-89cb8e0f78ac
Diffstat (limited to 'src/read-vorbis.h')
-rw-r--r--src/read-vorbis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/read-vorbis.h b/src/read-vorbis.h
index ebf7df3..e23c1cc 100644
--- a/src/read-vorbis.h
+++ b/src/read-vorbis.h
@@ -36,4 +36,6 @@ unsigned ca_vorbis_get_rate(ca_vorbis *v);
int ca_vorbis_read_s16ne(ca_vorbis *v, int16_t *d, unsigned *n);
+size_t ca_vorbis_get_size(ca_vorbis *f);
+
#endif