[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 188/335: GENERATED: use proper includes in .c
From: |
gnunet |
Subject: |
[libmicrohttpd] 188/335: GENERATED: use proper includes in .c |
Date: |
Sat, 27 Jul 2024 22:01:24 +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 35838e2fed305e398b86ccd9e781c01313fc0898
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 13:36:16 2024 +0200
GENERATED: use proper includes in .c
---
src/mhd2/daemon_set_options.c | 9 +++++++--
src/mhd2/response_set_options.c | 8 ++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/src/mhd2/daemon_set_options.c b/src/mhd2/daemon_set_options.c
index 18c309ac..2a7dc13a 100644
--- a/src/mhd2/daemon_set_options.c
+++ b/src/mhd2/daemon_set_options.c
@@ -8,8 +8,13 @@
/* EDITED MANUALLY */
-#include "microhttpd2.h"
-#include "internal.h"
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "sys_malloc.h"
+#include <string.h>
+#include "mhd_daemon.h"
+#include "daemon_options.h"
+#include "mhd_public_api.h"
enum MHD_StatusCode
MHD_daemon_set_options (
diff --git a/src/mhd2/response_set_options.c b/src/mhd2/response_set_options.c
index fe2ec0e7..ecae3314 100644
--- a/src/mhd2/response_set_options.c
+++ b/src/mhd2/response_set_options.c
@@ -8,8 +8,12 @@
/* EDITED MANUALLY */
-#include "microhttpd2.h"
-#include "internal.h"
+
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "mhd_response.h"
+#include "response_options.h"
+#include "mhd_public_api.h"
enum MHD_StatusCode
MHD_response_set_options (
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 176/335: mhd_public_api.h: new internal header, (continued)
- [libmicrohttpd] 176/335: mhd_public_api.h: new internal header, gnunet, 2024/07/27
- [libmicrohttpd] 177/335: sys_malloc.h: new internal header, gnunet, 2024/07/27
- [libmicrohttpd] 185/335: GENERATED: fixed comment in comment, gnunet, 2024/07/27
- [libmicrohttpd] 182/335: compat_calloc.{h,c}: implementation of calloc() replacement, gnunet, 2024/07/27
- [libmicrohttpd] 165/335: configure: detect more function attributes, gnunet, 2024/07/27
- [libmicrohttpd] 161/335: configure: check for more mandatory headers, gnunet, 2024/07/27
- [libmicrohttpd] 171/335: mhd_socket_type.h: new internal header, renamed MHD_socket -> MHD_Socket, gnunet, 2024/07/27
- [libmicrohttpd] 186/335: GENERATED: guard header double inclusion, gnunet, 2024/07/27
- [libmicrohttpd] 178/335: microhttpd2_portability.h: dropped wrong comment, gnunet, 2024/07/27
- [libmicrohttpd] 168/335: mhd_sys_options.h: use function attribute "used", gnunet, 2024/07/27
- [libmicrohttpd] 188/335: GENERATED: use proper includes in .c,
gnunet <=
- [libmicrohttpd] 180/335: microhttpd2_portability.h: simplified macros for MHD_EXTERN_, gnunet, 2024/07/27
- [libmicrohttpd] 187/335: GENERATED: use proper includes in headers, gnunet, 2024/07/27
- [libmicrohttpd] 172/335: sys_base_types.h: new internal header, gnunet, 2024/07/27
- [libmicrohttpd] 192/335: GENERATED: check the state before using the options, gnunet, 2024/07/27
- [libmicrohttpd] 184/335: GENERATED: fixed License version, gnunet, 2024/07/27
- [libmicrohttpd] 179/335: microhttpd2_portability.h: lowered scope of included system headers, minor refactoring, gnunet, 2024/07/27
- [libmicrohttpd] 173/335: sys_bool_type.h: new internal header, gnunet, 2024/07/27
- [libmicrohttpd] 196/335: GENERATED: copy some temporal pointers, gnunet, 2024/07/27
- [libmicrohttpd] 175/335: mhd_sys_options.h: improved doxy, gnunet, 2024/07/27
- [libmicrohttpd] 181/335: microhttpd2_portability.h: added FIXME comments, gnunet, 2024/07/27