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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound-theme-spec.h b/src/sound-theme-spec.h
index 57278b9..7511eed 100644
--- a/src/sound-theme-spec.h
+++ b/src/sound-theme-spec.h
@@ -30,4 +30,7 @@ int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *cp, ca_pr
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);
+int ca_get_data_home(char **e);
+const char *ca_get_data_dirs(void);
+
#endif