aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
Diffstat (limited to 'websocksy.h')
-rw-r--r--websocksy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/websocksy.h b/websocksy.h
index 8b85719..39ce9c7 100644
--- a/websocksy.h
+++ b/websocksy.h
@@ -153,7 +153,7 @@ typedef struct /*_web_socket*/ {
* sheer guesses).
*
* Backends are supplied as shared objects exporting the following symbols:
- * * `init`: Optional, initialize any storage or connections required
+ * * `init`: Required, initialize any storage or connections required
* * `configure`: Optional, configure the backend
* * `query`: Required, find a peer for the given parameters
* * `cleanup`: Optional, Release any acquired resources prior to shutdown