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 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();