aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-27 08:15:53 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-27 08:15:53 +0000
commit2ae98a4253b184b4f4cb9aef38a2ce678b97afb6 (patch)
tree97a5eb39b6911fd3930517c16a781389591a937e /doc/libmicrohttpd.texi
parentd8bf6d3c9946afb3299fd6ac896a5fe494623746 (diff)
downloadlibmicrohttpd-2ae98a4253b184b4f4cb9aef38a2ce678b97afb6.tar.gz
libmicrohttpd-2ae98a4253b184b4f4cb9aef38a2ce678b97afb6.zip
-fix type in docu
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index b0a1000b..c225b374 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -1740,7 +1740,7 @@ Return @code{NULL} on error (i.e. invalid arguments, out of memory).
1740@end deftypefun 1740@end deftypefun
1741 1741
1742 1742
1743@deftypefun {struct MHD_Response *} MHD_create_response_from_fd_at_offset (uint64_t size, int fd, off_t offset) 1743@deftypefun {struct MHD_Response *} MHD_create_response_from_fd_at_offset (size_t size, int fd, off_t offset)
1744Create a response object. The response object can be extended with 1744Create a response object. The response object can be extended with
1745header information and then it can be used any number of times. 1745header information and then it can be used any number of times.
1746Note that you need to be a bit careful about @code{off_t} when 1746Note that you need to be a bit careful about @code{off_t} when