summaryrefslogtreecommitdiffstats
path: root/src/polypcore/core-scache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/core-scache.h')
-rw-r--r--src/polypcore/core-scache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/core-scache.h b/src/polypcore/core-scache.h
index a383e50a..151d1761 100644
--- a/src/polypcore/core-scache.h
+++ b/src/polypcore/core-scache.h
@@ -49,7 +49,7 @@ int pa_scache_add_file_lazy(pa_core *c, const char *name, const char *filename,
int pa_scache_add_directory_lazy(pa_core *c, const char *pathname);
int pa_scache_remove_item(pa_core *c, const char *name);
-int pa_scache_play_item(pa_core *c, const char *name, pa_sink *sink, const pa_cvolume *cvolume);
+int pa_scache_play_item(pa_core *c, const char *name, pa_sink *sink, pa_volume_t volume);
void pa_scache_free(pa_core *c);
const char *pa_scache_get_name_by_id(pa_core *c, uint32_t id);