aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-23 14:02:32 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-23 15:21:19 +0300
commit0fa1c67543937b2b778adafdfa9148380541f568 (patch)
tree56b97f0da2555a569a0a2b6327acd9bf30bb879e /src
parent351d8a65d69cc1cace3e4f9186a296d18f2ac0cf (diff)
downloadlibmicrohttpd-0fa1c67543937b2b778adafdfa9148380541f568.tar.gz
libmicrohttpd-0fa1c67543937b2b778adafdfa9148380541f568.zip
websocket_threaded_example: mark function as static
Diffstat (limited to 'src')
-rw-r--r--src/examples/websocket_threaded_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/websocket_threaded_example.c b/src/examples/websocket_threaded_example.c
index 542d7c3a..11615724 100644
--- 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,
354/********** begin Base64 **********/ 354/********** begin Base64 **********/
355 355
356 356
357ssize_t 357static ssize_t
358BASE64Encode (const void *in, size_t len, char **output) 358BASE64Encode (const void *in, size_t len, char **output)
359{ 359{
360#define FILLCHAR '=' 360#define FILLCHAR '='