aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 3e5f8a41..4faeba08 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -193,7 +193,7 @@ MHD_str_remove_token_caseless_ (const char *str,
193 * Perform in-place case-insensitive removal of @a tokens from the @a str. 193 * Perform in-place case-insensitive removal of @a tokens from the @a str.
194 * 194 *
195 * Token could be surrounded by spaces and tabs and delimited by comma. 195 * Token could be surrounded by spaces and tabs and delimited by comma.
196 * The token match succeed if substring between start, end (of string) or 196 * The token match succeed if substring between start, end (of the string), or
197 * comma contains only case-insensitive token and optional spaces and tabs. 197 * comma contains only case-insensitive token and optional spaces and tabs.
198 * The quoted strings and comments are not supported by this function. 198 * The quoted strings and comments are not supported by this function.
199 * 199 *
@@ -201,7 +201,7 @@ MHD_str_remove_token_caseless_ (const char *str,
201 * are removed, no whitespaces before commas, exactly one space is used after 201 * are removed, no whitespaces before commas, exactly one space is used after
202 * each comma. The string is updated in-place. 202 * each comma. The string is updated in-place.
203 * 203 *
204 * Behavior is undefined is input string in not normalised. 204 * Behavior is undefined is the input string in not normalised.
205 * 205 *
206 * @param[in,out] str the string to update 206 * @param[in,out] str the string to update
207 * @param[in,out] str_len the length of the @a str, not including optional 207 * @param[in,out] str_len the length of the @a str, not including optional