aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/worker.h b/src/worker.h
index 28a40eb..e3adeec 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -10,8 +10,7 @@
#include <stdint.h>
void
-jalv_worker_init(Jalv* jalv,
- JalvWorker* worker,
+jalv_worker_init(JalvWorker* worker,
const LV2_Worker_Interface* iface,
bool threaded);