From 81143a4d2956bc6444fe6dee037155914ffc6a29 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 27 Aug 2008 22:35:56 +0300 Subject: theme: use a sound_file_open callback during the lookup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Lennart Poettering --- src/read-sound-file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/read-sound-file.h') diff --git a/src/read-sound-file.h b/src/read-sound-file.h index 2107c56..cc0a783 100644 --- a/src/read-sound-file.h +++ b/src/read-sound-file.h @@ -31,6 +31,7 @@ typedef enum ca_sample_type { } ca_sample_type_t; typedef struct ca_sound_file ca_sound_file; +typedef int (*ca_sound_file_open_callback_t)(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); -- cgit