[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 323/335: mhd_public_api.h: removed hacks
From: |
gnunet |
Subject: |
[libmicrohttpd] 323/335: mhd_public_api.h: removed hacks |
Date: |
Sat, 27 Jul 2024 22:03:39 +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 814e050e2fb17fc629d8bbe3dc7fe1ca16d52451
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jul 24 14:59:53 2024 +0200
mhd_public_api.h: removed hacks
---
src/mhd2/mhd_public_api.h | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/src/mhd2/mhd_public_api.h b/src/mhd2/mhd_public_api.h
index 7efa8a75..d2ce340e 100644
--- a/src/mhd2/mhd_public_api.h
+++ b/src/mhd2/mhd_public_api.h
@@ -38,23 +38,4 @@
#include "microhttpd2.h"
-
-struct MHD_DaemonOptionValueSA
-{
- struct sockaddr_storage ss;
- size_t ss_len;
-};
-
-struct MHD_DaemonOptionEntropySeed
-{
- uint32_t seed[256 / sizeof (uint32_t)];
-};
-
-
-void
-MHD_entropy_hash_ (struct MHD_DaemonOptionEntropySeed *seed,
- const void *entropy_input,
- size_t entropy_input_size);
-
-
#endif /* ! MHD_PUBLIC_API_H */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 300/335: Fixed compiler warnings, (continued)
- [libmicrohttpd] 300/335: Fixed compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 297/335: GET parameter parsing fixes, gnunet, 2024/07/27
- [libmicrohttpd] 308/335: Warnings mutes, gnunet, 2024/07/27
- [libmicrohttpd] 316/335: fix indent, gnunet, 2024/07/27
- [libmicrohttpd] 318/335: fixmes, gnunet, 2024/07/27
- [libmicrohttpd] 302/335: Fixes, gnunet, 2024/07/27
- [libmicrohttpd] 299/335: select() support, unrelated fixes, gnunet, 2024/07/27
- [libmicrohttpd] 319/335: avoid malloc in CustomSetters, gnunet, 2024/07/27
- [libmicrohttpd] 313/335: more MHD_socket fixes, gnunet, 2024/07/27
- [libmicrohttpd] 303/335: Reordered initialisation items, gnunet, 2024/07/27
- [libmicrohttpd] 323/335: mhd_public_api.h: removed hacks,
gnunet <=
- [libmicrohttpd] 292/335: expand tests, enable main failure one, gnunet, 2024/07/27
- [libmicrohttpd] 326/335: options-generator: fixed generation for 'daemon', gnunet, 2024/07/27
- [libmicrohttpd] 311/335: selective include, gnunet, 2024/07/27
- [libmicrohttpd] 325/335: Fixed doxy and new helper macros in the main header, gnunet, 2024/07/27
- [libmicrohttpd] 315/335: check ptr, gnunet, 2024/07/27
- [libmicrohttpd] 312/335: fix typos, gnunet, 2024/07/27
- [libmicrohttpd] 331/335: fix generator to special-case response options, gnunet, 2024/07/27
- [libmicrohttpd] 317/335: fix comment, gnunet, 2024/07/27
- [libmicrohttpd] 329/335: make options-generator more portable, gnunet, 2024/07/27
- [libmicrohttpd] 309/335: expand tests, gnunet, 2024/07/27