aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/ola.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-11 23:20:34 +0100
committercbdev <cb@cbcdn.com>2019-12-11 23:20:34 +0100
commitf6d6eefe9bb9934f4fa3e665734d746f02471cdb (patch)
tree4f177149cd7a39ba0214b0edf337362c7ead3234 /backends/ola.h
parentf65fb8baaba285f5ff4b02af111420ba4479f5d9 (diff)
downloadmidimonster-f6d6eefe9bb9934f4fa3e665734d746f02471cdb.tar.gz
midimonster-f6d6eefe9bb9934f4fa3e665734d746f02471cdb.tar.bz2
midimonster-f6d6eefe9bb9934f4fa3e665734d746f02471cdb.zip
Simplify plugin_stop 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 2a55b77..083e971 100644
--- a/backends/ola.h
+++ b/backends/ola.h
@@ -12,7 +12,7 @@ extern "C" {
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(size_t n, instance** inst);
- static int ola_shutdown();
+ static int ola_shutdown(size_t n, instance** inst);
}
#define MAP_COARSE 0x0200