aboutsummaryrefslogtreecommitdiff
path: root/websocksy.c
diff options
context:
space:
mode:
Diffstat (limited to 'websocksy.c')
-rw-r--r--websocksy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/websocksy.c b/websocksy.c
index 8b37cec..5c29f8c 100644
--- a/websocksy.c
+++ b/websocksy.c
@@ -194,6 +194,10 @@ ws_framing core_framing(char* name){
return plugin_framing(name);
}
+int core_register_framing(char* name, ws_framing func){
+ return plugin_register_framing(name, func);
+}
+
/* Signal handler, attached to SIGINT */
static void signal_handler(int signum){
shutdown_requested = 1;