gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 186/335: GENERATED: guard header double inclusion


From: gnunet
Subject: [libmicrohttpd] 186/335: GENERATED: guard header double inclusion
Date: Sat, 27 Jul 2024 22:01:22 +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 fb738990069a4130368257a81689189321a06d00
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 13:31:01 2024 +0200

    GENERATED: guard header double inclusion
---
 src/mhd2/daemon_options.h   | 5 +++++
 src/mhd2/response_options.h | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/src/mhd2/daemon_options.h b/src/mhd2/daemon_options.h
index 1cffca60..a156b194 100644
--- a/src/mhd2/daemon_options.h
+++ b/src/mhd2/daemon_options.h
@@ -8,6 +8,9 @@
 
 /* EDITED MANUALLY */
 
+#ifndef MHD_DAEMON_OPTIONS_H
+#define MHD_DAEMON_OPTIONS_H 1
+
 #include "microhttpd2.h"
 #include "internal.h"
 
@@ -284,3 +287,5 @@ struct DaemonOptions {
 
 
 };
+
+#endif /* ! MHD_DAEMON_OPTIONS_H */
diff --git a/src/mhd2/response_options.h b/src/mhd2/response_options.h
index acc752bc..fc755ff0 100644
--- a/src/mhd2/response_options.h
+++ b/src/mhd2/response_options.h
@@ -8,6 +8,9 @@
 
 /* EDITED MANUALLY */
 
+#ifndef MHD_RESPONSE_OPTIONS_H
+#define MHD_RESPONSE_OPTIONS_H 1
+
 #include "microhttpd2.h"
 #include "internal.h"
 
@@ -63,3 +66,5 @@ struct ResponseOptions {
 
 
 };
+
+#endif /* ! MHD_RESPONSE_OPTIONS_H 1 */

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