commit bcfdf016a44168d3ccaffc05e63f2c0030eb9988 parent 47f5f72591b72a0c1ff8d08ba7b6bb492ccead91 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Fri, 5 Jan 2024 13:58:26 +0300 Docs correction as suggested by Aymeric Agon-Rambosson in ML Diffstat:
| M | doc/libmicrohttpd.texi | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -2614,7 +2614,7 @@ Return @code{NULL} on error (i.e. invalid arguments, out of memory). @end deftypefun -@deftypefun {struct MHD_Response *} MHD_create_response_from_pipe (uint64_t size, int fd) +@deftypefun {struct MHD_Response *} MHD_create_response_from_pipe (int fd) Create a response object. The response object can be extended with header information and then it can be used ONLY ONCE.