summaryrefslogtreecommitdiff
path: root/src/ladspa_run_synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ladspa_run_synth.h')
-rw-r--r--src/ladspa_run_synth.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ladspa_run_synth.h b/src/ladspa_run_synth.h
new file mode 100644
index 0000000..e67a49c
--- /dev/null
+++ b/src/ladspa_run_synth.h
@@ -0,0 +1,6 @@
+#ifndef LADSPA_RUN_SYNTH
+#define LADSPA_RUN_SYNTH
+
+void ladspa_run_synth(void);
+
+#endif