aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-06 02:22:37 +0200
committercbdev <cb@cbcdn.com>2017-06-06 02:22:37 +0200
commitebb683ae0f538e7842403d4ce28f4d8188f64373 (patch)
tree1c93601969de6f0a125a882a6a35dbad6fc3d2ba /backend.h
parent1cbf63996a51a67bdd221257d74adec61f03ea32 (diff)
downloadmidimonster-ebb683ae0f538e7842403d4ce28f4d8188f64373.tar.gz
midimonster-ebb683ae0f538e7842403d4ce28f4d8188f64373.tar.bz2
midimonster-ebb683ae0f538e7842403d4ce28f4d8188f64373.zip
Working MIDI translation
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.h b/backend.h
index e2eaac5..daf96bc 100644
--- a/backend.h
+++ b/backend.h
@@ -1,7 +1,7 @@
#include <sys/types.h>
int backends_handle(size_t nfds, managed_fd* fds);
-int backends_notify(size_t nev, channel* c, channel_value* v);
+int backends_notify(size_t nev, channel** c, channel_value* v);
backend* backend_match(char* name);
instance* instance_match(char* name);