libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 0fa1c67543937b2b778adafdfa9148380541f568
parent 351d8a65d69cc1cace3e4f9186a296d18f2ac0cf
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 23 Apr 2022 14:02:32 +0300

websocket_threaded_example: mark function as static

Diffstat:
Msrc/examples/websocket_threaded_example.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/websocket_threaded_example.c b/src/examples/websocket_threaded_example.c @@ -354,7 +354,7 @@ SHA1Input (struct SHA1Context *context, const unsigned char *message_array, /********** begin Base64 **********/ -ssize_t +static ssize_t BASE64Encode (const void *in, size_t len, char **output) { #define FILLCHAR '='