aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-01 17:56:33 +0200
committercbdev <cb@cbcdn.com>2019-06-01 17:56:33 +0200
commit92a291b5fae32caba2212192bc94b8ef568c362d (patch)
tree826a2b0d8930afa464ed15a1518a85d062869d1a /websocksy.h
parente16f061a715eb0d49a4872f7cc8c7bb58bb6e888 (diff)
downloadwebsocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.gz
websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.bz2
websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.zip
Implement plugin loading
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