aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-14 21:45:09 +0100
committercbdev <cb@cbcdn.com>2020-03-14 21:45:09 +0100
commit05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df (patch)
tree454f4cec4caea193c9babbb655451ea35f46b684 /backend.h
parent45945a5130f6f3910aa3924c1f1e5ddcf2ef3283 (diff)
downloadmidimonster-05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df.tar.gz
midimonster-05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df.tar.bz2
midimonster-05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df.zip
Restructure backend and instance registry
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend.h b/backend.h
index de9b5dc..6a69508 100644
--- a/backend.h
+++ b/backend.h
@@ -8,9 +8,7 @@ instance* instance_match(char* name);
struct timeval backend_timeout();
int backends_start();
int backends_stop();
-void instances_free();
-void channels_free();
-instance* mm_instance();
+instance* mm_instance(backend* b);
/* Backend API */
MM_API channel* mm_channel(instance* inst, uint64_t ident, uint8_t create);