summaryrefslogtreecommitdiffstats
path: root/src/read-sound-file.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-06 12:17:58 +0000
committerLennart Poettering <lennart@poettering.net>2008-06-06 12:17:58 +0000
commit617c912e950d582c5690e558b28fa1070f9b8263 (patch)
treee0c2ef90b6fcd291f3466a2c703d07b208981d06 /src/read-sound-file.h
parent0cc6ddf46d77f0f8c657588b8373e1e87512d578 (diff)
unify double inclusion defines src/sound-theme-spec.h src/read-wav.h src/read-vorbis.h src/proplist.h src/mutex.h src/llist.h src/common.h
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@52 01b60673-d06a-42c0-afdd-89cb8e0f78ac
Diffstat (limited to 'src/read-sound-file.h')
-rw-r--r--src/read-sound-file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/read-sound-file.h b/src/read-sound-file.h
index f236b13..bf39f8d 100644
--- a/src/read-sound-file.h
+++ b/src/read-sound-file.h
@@ -1,5 +1,5 @@
-#ifndef foocareadsoundfilehfoo
-#define foocareadsoundfilehfoo
+#ifndef foocanberrareadsoundfilehfoo
+#define foocanberrareadsoundfilehfoo
/* $Id$ */
@@ -48,4 +48,6 @@ int ca_sound_file_read_uint8(ca_sound_file *f, uint8_t *d, unsigned *n);
int ca_sound_file_read_arbitrary(ca_sound_file *f, void *d, size_t *n);
+size_t ca_sound_file_frame_size(ca_sound_file *f);
+
#endif