aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/ola.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-11 23:02:22 +0100
committercbdev <cb@cbcdn.com>2019-12-11 23:02:22 +0100
commitf65fb8baaba285f5ff4b02af111420ba4479f5d9 (patch)
tree39f9a832ed220270d37d15edc50433635ed9bfe1 /backends/ola.h
parente60eff52920cf063e7625344764521a791c8be3e (diff)
downloadmidimonster-f65fb8baaba285f5ff4b02af111420ba4479f5d9.tar.gz
midimonster-f65fb8baaba285f5ff4b02af111420ba4479f5d9.tar.bz2
midimonster-f65fb8baaba285f5ff4b02af111420ba4479f5d9.zip
Simplify plugin_start API
Diffstat (limited to 'backends/ola.h')
-rw-r--r--backends/ola.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ola.h b/backends/ola.h
index 0c42bac..2a55b77 100644
--- a/backends/ola.h
+++ b/backends/ola.h
@@ -11,7 +11,7 @@ extern "C" {
static channel* ola_channel(instance* instance, char* spec, uint8_t flags);
static int ola_set(instance* inst, size_t num, channel** c, channel_value* v);
static int ola_handle(size_t num, managed_fd* fds);
- static int ola_start();
+ static int ola_start(size_t n, instance** inst);
static int ola_shutdown();
}