libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 2ae98a4253b184b4f4cb9aef38a2ce678b97afb6
parent d8bf6d3c9946afb3299fd6ac896a5fe494623746
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 27 Dec 2014 08:15:53 +0000

-fix type in docu

Diffstat:
Mdoc/libmicrohttpd.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -1740,7 +1740,7 @@ Return @code{NULL} on error (i.e. invalid arguments, out of memory). @end deftypefun -@deftypefun {struct MHD_Response *} MHD_create_response_from_fd_at_offset (uint64_t size, int fd, off_t offset) +@deftypefun {struct MHD_Response *} MHD_create_response_from_fd_at_offset (size_t size, int fd, off_t offset) Create a response object. The response object can be extended with header information and then it can be used any number of times. Note that you need to be a bit careful about @code{off_t} when