From 79e063d6aa6116231fdfb374f52507236ca3770e Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 25 May 2019 09:10:55 +0200 Subject: Basic forwarding and builtin extension functions --- websocksy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'websocksy.h') 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)(); -- cgit v1.2.3