From edcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 2 Jun 2019 15:45:12 +0200 Subject: File backend peer query --- websocksy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'websocksy.h') 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); -- cgit v1.2.3