aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
Diffstat (limited to 'websocksy.h')
-rw-r--r--websocksy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/websocksy.h b/websocksy.h
index 6524977..a97784b 100644
--- a/websocksy.h
+++ b/websocksy.h
@@ -200,6 +200,7 @@ typedef struct /*_ws_backend*/ {
/* Core API */
ws_framing core_framing(char* name);
+int core_register_framing(char* name, ws_framing func);
/* Internal helper functions */
char* xstr_lower(char* in);