From 92a291b5fae32caba2212192bc94b8ef568c362d Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 1 Jun 2019 17:56:33 +0200 Subject: Implement plugin loading --- websocksy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'websocksy.h') 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 -- cgit v1.2.3