gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 189/335: GENERATED: use correct function attributes


From: gnunet
Subject: [libmicrohttpd] 189/335: GENERATED: use correct function attributes
Date: Sat, 27 Jul 2024 22:01:25 +0200

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

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit 9821db8d9630526fdf31898ffd7b4c3fd9f1987b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 13:38:18 2024 +0200

    GENERATED: use correct function attributes
---
 src/mhd2/daemon_set_options.c   | 10 +++++-----
 src/mhd2/response_set_options.c | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/mhd2/daemon_set_options.c b/src/mhd2/daemon_set_options.c
index 2a7dc13a..144ced7b 100644
--- a/src/mhd2/daemon_set_options.c
+++ b/src/mhd2/daemon_set_options.c
@@ -16,11 +16,11 @@
 #include "daemon_options.h"
 #include "mhd_public_api.h"
 
-enum MHD_StatusCode
-MHD_daemon_set_options (
-  struct MHD_Daemon *daemon,
-  const struct MHD_DaemonOptionAndValue *options,
-  size_t options_max_num)
+
+MHD_FN_PAR_NONNULL_ALL_ MHD_EXTERN_ enum MHD_StatusCode
+MHD_daemon_set_options (struct MHD_Daemon *daemon,
+                        const struct MHD_DaemonOptionAndValue *options,
+                        size_t options_max_num)
 {
   for (size_t i=0;i<options_max_num;i++)
   {
diff --git a/src/mhd2/response_set_options.c b/src/mhd2/response_set_options.c
index ecae3314..4c4a416f 100644
--- a/src/mhd2/response_set_options.c
+++ b/src/mhd2/response_set_options.c
@@ -15,11 +15,11 @@
 #include "response_options.h"
 #include "mhd_public_api.h"
 
-enum MHD_StatusCode
-MHD_response_set_options (
-  struct MHD_Response *response,
-  const struct MHD_ResponseOptionAndValue *options,
-  size_t options_max_num)
+
+MHD_FN_PAR_NONNULL_ALL_ MHD_EXTERN_ enum MHD_StatusCode
+MHD_response_set_options (struct MHD_Response *response,
+                          const struct MHD_ResponseOptionAndValue *options,
+                          size_t options_max_num)
 {
   for (size_t i=0;i<options_max_num;i++)
   {

-- 
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]