From 617c912e950d582c5690e558b28fa1070f9b8263 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 6 Jun 2008 12:17:58 +0000 Subject: 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 --- src/read-sound-file.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/read-sound-file.h') 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 -- cgit