aboutsummaryrefslogtreecommitdiff
path: root/plugins/backend_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/backend_file.h')
-rw-r--r--plugins/backend_file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/backend_file.h b/plugins/backend_file.h
new file mode 100644
index 0000000..04b3528
--- /dev/null
+++ b/plugins/backend_file.h
@@ -0,0 +1,6 @@
+#include "../websocksy.h"
+
+uint64_t init();
+uint64_t configure(char* key, char* value);
+ws_peer_info query(char* endpoint, size_t protocols, char** protocol, size_t headers, ws_http_header* header, websocket* ws);
+void cleanup();