aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.h b/backend.h
new file mode 100644
index 0000000..5c844a7
--- /dev/null
+++ b/backend.h
@@ -0,0 +1,2 @@
+backend* backend_match(char* name);
+int backends_stop();