aboutsummaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
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);