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 5c844a7..65ca97e 100644
--- a/backend.h
+++ b/backend.h
@@ -1,2 +1,5 @@
backend* backend_match(char* name);
+instance* instance_match(char* name);
+int backends_start();
int backends_stop();
+void instances_free();