summaryrefslogtreecommitdiffstats
path: root/polyp/scache.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/scache.h')
-rw-r--r--polyp/scache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/scache.h b/polyp/scache.h
index afaba31a..f7043f16 100644
--- a/polyp/scache.h
+++ b/polyp/scache.h
@@ -45,6 +45,8 @@ int pa_scache_add_item(struct pa_core *c, const char *name, struct pa_sample_spe
int pa_scache_add_file(struct pa_core *c, const char *name, const char *filename, uint32_t *index);
int pa_scache_add_file_lazy(struct pa_core *c, const char *name, const char *filename, uint32_t *index);
+int pa_scache_add_directory_lazy(struct pa_core *c, const char *pathname);
+
int pa_scache_remove_item(struct pa_core *c, const char *name);
int pa_scache_play_item(struct pa_core *c, const char *name, struct pa_sink *sink, uint32_t volume);
void pa_scache_free(struct pa_core *c);