summaryrefslogtreecommitdiffstats
path: root/src/read-sound-file.h
diff options
context:
space:
mode:
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