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