libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 8f0d993784c400462e353a7fc47cf9d9a1aeaf6d
parent 46ffc8fecfe25e739d01d542b3582770dd68cec3
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Thu, 11 Dec 2025 13:51:35 +0100

Missing part for: mhd_send: renamed function to mhd_sckt_send(), moved from static to internal API

Diffstat:
Msrc/mhd2/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/Makefile.am b/src/mhd2/Makefile.am @@ -66,7 +66,7 @@ libmicrohttpd2_la_SOURCES = \ mhd_read_file.c mhd_read_file.h \ sckt_recv.c sckt_recv.h \ mhd_recv.c mhd_recv.h \ - mhd_send.c mhd_send.h \ + mhd_send.c mhd_send.h sckt_send.h \ mhd_daemon.h \ mhd_public_api.h \ mhd_request.h mhd_reply.h mhd_response.h \