aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
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 16cf77e..e2eaac5 100644
--- a/backend.h
+++ b/backend.h
@@ -1,5 +1,8 @@
#include <sys/types.h>
+int backends_handle(size_t nfds, managed_fd* fds);
+int backends_notify(size_t nev, channel* c, channel_value* v);
+
backend* backend_match(char* name);
instance* instance_match(char* name);
struct timeval backend_timeout();