gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: microhttpd2.h: fixed


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: microhttpd2.h: fixed c/p errors
Date: Wed, 09 Aug 2017 20:59:37 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 9b6340ff microhttpd2.h: fixed c/p errors
9b6340ff is described below

commit 9b6340ff77e407c1061199259ea0ca7808353d4d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Aug 9 21:59:29 2017 +0300

    microhttpd2.h: fixed c/p errors
---
 src/include/microhttpd2.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 432e88ee..91f5b258 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -1894,7 +1894,7 @@ union MHD_ConnectionInformation
  * @param info_type what information is desired?
  * @param[out] return_value pointer to union where requested information will
  *                          be stored
- * @param return_value_size size of union MHD_DaemonInformation at compile
+ * @param return_value_size size of union MHD_ConnectionInformation at compile
  *                          time
  * @return #MHD_YES on success, #MHD_NO on error
  *         (@a info_type is unknown, NULL pointer etc.)
@@ -1993,7 +1993,7 @@ enum MHD_RequestInformationType
  * @param info_type what information is desired?
  * @param[out] return_value pointer to union where requested information will
  *                          be stored
- * @param return_value_size size of union MHD_DaemonInformation at compile
+ * @param return_value_size size of union MHD_RequestInformation at compile
  *                          time
  * @return #MHD_YES on success, #MHD_NO on error
  *         (@a info_type is unknown, NULL pointer etc.)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]