aboutsummaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-01 17:56:33 +0200
committercbdev <cb@cbcdn.com>2019-06-01 17:56:33 +0200
commit92a291b5fae32caba2212192bc94b8ef568c362d (patch)
tree826a2b0d8930afa464ed15a1518a85d062869d1a /plugin.h
parente16f061a715eb0d49a4872f7cc8c7bb58bb6e888 (diff)
downloadwebsocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.gz
websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.bz2
websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.zip
Implement plugin loading
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.h b/plugin.h
index f7dcd11..91689ee 100644
--- a/plugin.h
+++ b/plugin.h
@@ -1,6 +1,6 @@
/* Shared object handling */
int plugin_framing_load(char* path);
-int plugin_backend_load(char* backend_requested, ws_backend* backend);
+int plugin_backend_load(char* path, char* backend_requested, ws_backend* backend);
/* Framing function registry */
int plugin_register_framing(char* name, ws_framing func);