summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sound-file-stream.h')
-rw-r--r--polyp/sound-file-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/sound-file-stream.h b/polyp/sound-file-stream.h
index 0b383f96..2e56ef49 100644
--- a/polyp/sound-file-stream.h
+++ b/polyp/sound-file-stream.h
@@ -24,6 +24,6 @@
#include "sink.h"
-int pa_play_file(pa_sink *sink, const char *fname, pa_volume_t volume);
+int pa_play_file(pa_sink *sink, const char *fname, const pa_cvolume *volume);
#endif