mhd_str: fixed doxy again

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-06-06 14:25:52 +03:00
parent b587bb722d
commit 667be90ded
+3 -2
View File
@@ -483,11 +483,12 @@ MHD_bin_to_hex (const void *bin,
* DQUOTE chars, does not need to be zero-terminated
* @param quoted_len the length in chars of the @a quoted string
* @param[out] result the pointer to the buffer to put the result, must
* be at least @a size character long. The result is NOT
* be at least @a size character long.May be modified even
* if @a quoted is invalid sequence. The result is NOT
* zero-terminated.
* @return The number of characters written to the output buffer,
* zero if last backslash is not followed by any character (or
* @a size is zero).
* @a quoted_len is zero).
*/
size_t
MHD_str_unquote (const char *quoted,