aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-20 15:23:45 +0200
committercbdev <cb@cbcdn.com>2019-06-20 15:23:45 +0200
commit7a1b8a0fefe9a2a0fae6289195e2936ec9c17000 (patch)
treed8ac7b6055ac661cbf65208995cea182cf690e9a /websocksy.h
parent3c75202f5f4e9c1c61fead33f0f08e742d143223 (diff)
downloadwebsocksy-7a1b8a0fefe9a2a0fae6289195e2936ec9c17000.tar.gz
websocksy-7a1b8a0fefe9a2a0fae6289195e2936ec9c17000.tar.bz2
websocksy-7a1b8a0fefe9a2a0fae6289195e2936ec9c17000.zip
Implement fixedlength framing
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);