gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37058 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37058 - libmicrohttpd/src/microhttpd
Date: Tue, 19 Apr 2016 21:57:54 +0200

Author: Karlson2k
Date: 2016-04-19 21:57:54 +0200 (Tue, 19 Apr 2016)
New Revision: 37058

Modified:
   libmicrohttpd/src/microhttpd/mhd_str.c
   libmicrohttpd/src/microhttpd/mhd_str.h
Log:
mhd_str.c: fixed comments

Modified: libmicrohttpd/src/microhttpd/mhd_str.c
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_str.c      2016-04-19 11:50:49 UTC (rev 
37057)
+++ libmicrohttpd/src/microhttpd/mhd_str.c      2016-04-19 19:57:54 UTC (rev 
37058)
@@ -405,8 +405,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to size_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in size_t or @a out_val is NULL
@@ -487,8 +485,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to uint32_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in uint32_t or @a out_val is NULL
@@ -569,8 +565,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to uint64_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in uint64_t or @a out_val is NULL

Modified: libmicrohttpd/src/microhttpd/mhd_str.h
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_str.h      2016-04-19 11:50:49 UTC (rev 
37057)
+++ libmicrohttpd/src/microhttpd/mhd_str.h      2016-04-19 19:57:54 UTC (rev 
37058)
@@ -113,8 +113,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to size_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in size_t or @a out_val is NULL
@@ -147,8 +145,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to uint32_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in uint32_t or @a out_val is NULL
@@ -181,8 +177,6 @@
  * @param str string to convert
  * @param maxlen maximum number of characters to process
  * @param out_val pointer to uint64_t to store result of conversion
- * @param next_char pointer to store pointer to character next to last
- *                  converted digit, ignored if NULL
  * @return non-zero number of characters processed on succeed,
  *         zero if no digit is found, resulting value is larger
  *         then possible to store in uint64_t or @a out_val is NULL




reply via email to

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