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