summaryrefslogtreecommitdiffstats
path: root/src/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth.c')
-rw-r--r--src/synth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth.c b/src/synth.c
index 56bbe5b..96956c5 100644
--- a/src/synth.c
+++ b/src/synth.c
@@ -111,13 +111,13 @@ static ssize_t synth_fill(xas_synth *synth,
return count;
}
-static int synth_start(xas_synth *synth) {
+static int synth_start(xas_synth *synth, ...) {
xas_synth_start(synth);
return 0;
}
-static int synth_stop(xas_synth *synth) {
+static int synth_stop(xas_synth *synth, ...) {
xas_synth_stop(synth);
return 0;