diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-09-02 19:33:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-09-02 19:33:16 +0200 |
commit | 9bd62aef042c65427f60473e591e719c51121903 (patch) | |
tree | cd54fb52f6cfce0263a88ce42d92fbd61a283222 /src/read-sound-file.h | |
parent | 290730ffc05735874a584063a838a8a30ce2baca (diff) |
add tdb based shared lookup cache
Diffstat (limited to 'src/read-sound-file.h')
-rw-r--r-- | src/read-sound-file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/read-sound-file.h b/src/read-sound-file.h index cc0a783..2107c56 100644 --- a/src/read-sound-file.h +++ b/src/read-sound-file.h @@ -31,7 +31,6 @@ 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); |