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.h1
1 files changed, 1 insertions, 0 deletions
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);