浏览代码

Docs correction as suggested by Aymeric Agon-Rambosson in ML

Evgeny Grin (Karlson2k) 2 年之前
父节点
当前提交
bcfdf016a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/libmicrohttpd.texi

+ 1 - 1
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.