summaryrefslogtreecommitdiffstats
path: root/src/sound-theme-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-theme-spec.h')
-rw-r--r--src/sound-theme-spec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-theme-spec.h b/src/sound-theme-spec.h
index 2986605..57278b9 100644
--- a/src/sound-theme-spec.h
+++ b/src/sound-theme-spec.h
@@ -27,6 +27,7 @@
typedef struct ca_theme_data ca_theme_data;
int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp);
+int ca_lookup_sound_with_callback(ca_sound_file **f, ca_sound_file_open_callback_t sfopen, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp);
void ca_theme_data_free(ca_theme_data *t);
#endif