aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-05 18:53:41 +0200
committercbdev <cb@cbcdn.com>2017-06-05 18:53:41 +0200
commit40e123db7713b188162cd94d935f7a395405567a (patch)
treef745b15d41af6a38b675bdbe2de6473657c7e212 /backend.h
parented55916e772264dc8278fc8c96d4139aec31e89e (diff)
downloadmidimonster-40e123db7713b188162cd94d935f7a395405567a.tar.gz
midimonster-40e123db7713b188162cd94d935f7a395405567a.tar.bz2
midimonster-40e123db7713b188162cd94d935f7a395405567a.zip
Core select loop
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend.h b/backend.h
index e1ad4ab..16cf77e 100644
--- a/backend.h
+++ b/backend.h
@@ -1,5 +1,8 @@
+#include <sys/types.h>
+
backend* backend_match(char* name);
instance* instance_match(char* name);
+struct timeval backend_timeout();
int backends_start();
int backends_stop();
void instances_free();