gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 06/26: websocket_threaded_example: mark function as stat


From: gnunet
Subject: [libmicrohttpd] 06/26: websocket_threaded_example: mark function as static
Date: Mon, 25 Apr 2022 15:08:30 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    websocket_threaded_example: mark function as static
---
 src/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
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,
 /********** begin Base64 **********/
 
 
-ssize_t
+static ssize_t
 BASE64Encode (const void *in, size_t len, char **output)
 {
 #define FILLCHAR '='

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]