aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-02 15:45:12 +0200
committercbdev <cb@cbcdn.com>2019-06-02 15:45:12 +0200
commitedcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8 (patch)
tree4e2bb02bbe8a2db9d4f217a664e73c25c37c7633 /websocksy.h
parentb9297647c68c963a977e2c18f421211e24f9e85a (diff)
downloadwebsocksy-edcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8.tar.gz
websocksy-edcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8.tar.bz2
websocksy-edcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8.zip
File backend peer query
Diffstat (limited to 'websocksy.h')
-rw-r--r--websocksy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/websocksy.h b/websocksy.h
index 39ce9c7..b2b2285 100644
--- a/websocksy.h
+++ b/websocksy.h
@@ -196,6 +196,9 @@ typedef struct /*_ws_backend*/ {
ws_backend_cleanup cleanup;
} ws_backend;
+/* Core API */
+ws_framing core_framing(char* name);
+
/* Internal helper functions */
char* xstr_lower(char* in);
int client_register(websocket* ws);