summaryrefslogtreecommitdiffstats
path: root/src/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample.h')
-rw-r--r--src/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sample.h b/src/sample.h
index 651788ba..f8ba6698 100644
--- a/src/sample.h
+++ b/src/sample.h
@@ -35,7 +35,7 @@ struct mix_info {
void *userdata;
};
-size_t mix_chunks(struct mix_info channels[], unsigned nchannels, void *data, size_t length, struct sample_spec *spec) {
+size_t mix_chunks(struct mix_info channels[], unsigned nchannels, void *data, size_t length, struct sample_spec *spec, uint8_t volume);
size_t bytes_per_second(struct sample_spec *spec);
size_t sample_size(struct sample_spec *spec);