gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/05: test_postprocessor_md: used the new source file i


From: gnunet
Subject: [libmicrohttpd] 05/05: test_postprocessor_md: used the new source file instead of the local substitution
Date: Tue, 25 Jan 2022 17:46:38 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 1b1361e4c6e07a74e1a70f96fc570510aaa36815
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 25 19:44:00 2022 +0300

    test_postprocessor_md: used the new source file instead of the local 
substitution
---
 src/microhttpd/test_postprocessor_md.c | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/src/microhttpd/test_postprocessor_md.c 
b/src/microhttpd/test_postprocessor_md.c
index b803abf4..25a62d8c 100644
--- a/src/microhttpd/test_postprocessor_md.c
+++ b/src/microhttpd/test_postprocessor_md.c
@@ -31,17 +31,6 @@
 
 #define ARRAY_LENGTH(array)     (sizeof(array) / sizeof(array[0]))
 
-/**
- * Handler for fatal errors.
- */
-MHD_PanicCallback mhd_panic;
-
-/**
- * Closure argument for #mhd_panic.
- */
-void *mhd_panic_cls;
-
-
 enum MHD_Result
 MHD_lookup_connection_value_n (struct MHD_Connection *connection,
                                enum MHD_ValueKind kind,
@@ -56,6 +45,7 @@ MHD_lookup_connection_value_n (struct MHD_Connection 
*connection,
 }
 
 
+#include "mhd_panic.c"
 #include "mhd_str.c"
 #include "internal.c"
 #include "postprocessor.c"

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