commit 1b1361e4c6e07a74e1a70f96fc570510aaa36815
parent fa7e0ae04bb8460400033b2b31172701983635c5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 25 Jan 2022 19:44:00 +0300
test_postprocessor_md: used the new source file instead of the local substitution
Diffstat:
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git 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"