From 6a75b780762a8695a83e0e94e6fcbce4d2f73573 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 May 2008 00:30:25 +0000 Subject: autoconfization git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/read-sound-file.h | 7 +++++-- 1 file changed, 5 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 5ab7e66..f236b13 100644 --- a/src/read-sound-file.h +++ b/src/read-sound-file.h @@ -23,15 +23,18 @@ . ***/ +#include +#include + typedef enum ca_sample_type { CA_SAMPLE_S16NE, CA_SAMPLE_S16RE, CA_SAMPLE_U8 } ca_sample_type_t; -typedef struct ca_sound_file wa_sound_file; +typedef struct ca_sound_file ca_sound_file; -int ca_sound_file_open(ca_sound_file *f, const char *fn); +int ca_sound_file_open(ca_sound_file **f, const char *fn); void ca_sound_file_close(ca_sound_file *f); unsigned ca_sound_file_get_nchannels(ca_sound_file *f); -- cgit