aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-20 18:29:48 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-07-19 17:50:04 +0300
commit93a449edfbfe0f4e0f0608791a8b54882dab76bf (patch)
tree1dcc82d82c105d0f822fa58333183c0f1cd82469 /src/include
parent57f57e8bfebab50dfde510523f09885d43aae369 (diff)
downloadlibmicrohttpd-93a449edfbfe0f4e0f0608791a8b54882dab76bf.tar.gz
libmicrohttpd-93a449edfbfe0f4e0f0608791a8b54882dab76bf.zip
Use new functions for decode request URLs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2eb6e05c..67f26bc3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3300,8 +3300,8 @@ MHD_set_panic_func (MHD_PanicCallback cb, void *cls);
3300 3300
3301/** 3301/**
3302 * Process escape sequences ('%HH') Updates val in place; the 3302 * Process escape sequences ('%HH') Updates val in place; the
3303 * result should be UTF-8 encoded and cannot be larger than the input. 3303 * result cannot be larger than the input.
3304 * The result must also still be 0-terminated. 3304 * The result is still be 0-terminated.
3305 * 3305 *
3306 * @param val value to unescape (modified in the process) 3306 * @param val value to unescape (modified in the process)
3307 * @return length of the resulting val (`strlen(val)` may be 3307 * @return length of the resulting val (`strlen(val)` may be