From 11e9dec049e64989c5f3656415d00c6c69851e8e Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 4 Jun 2017 18:13:29 +0200 Subject: Move instance allocator to backend object, introduce backend start function --- backend.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend.h') 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(); -- cgit v1.2.3