aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-05-25 09:10:55 +0200
committercbdev <cb@cbcdn.com>2019-05-25 09:10:55 +0200
commit79e063d6aa6116231fdfb374f52507236ca3770e (patch)
treeb4b0acd9faa1576b69d3fc18b0496f8132539e51 /websocksy.h
parentde23df891940464080297cd9b17324d8ee4601d7 (diff)
downloadwebsocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.gz
websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.bz2
websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.zip
Basic forwarding and builtin extension functions
Diffstat (limited to 'websocksy.h')
-rw-r--r--websocksy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/websocksy.h b/websocksy.h
index a3206f7..59ec5b2 100644
--- a/websocksy.h
+++ b/websocksy.h
@@ -164,8 +164,8 @@ typedef struct /*_web_socket*/ {
*/
/*
- * Called once for the initialization of backend resources if the backend shared objects exports it as
- * the `init` symbol.
+ * Called once for the initialization of backend resources. Exported as the `init` symbol from
+ * the backend shared object.
* Returns the WEBSOCKSY_API_VERSION used to compile the backend.
*/
typedef uint64_t (*ws_backend_init)();