aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 055deb32..5453329c 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -142,7 +142,7 @@ MHD_unescape_plus (char *arg)
142 * @return length of the resulting val (`strlen(val)` may be 142 * @return length of the resulting val (`strlen(val)` may be
143 * shorter afterwards due to elimination of escape sequences) 143 * shorter afterwards due to elimination of escape sequences)
144 */ 144 */
145size_t 145_MHD_EXTERN size_t
146MHD_http_unescape (char *val) 146MHD_http_unescape (char *val)
147{ 147{
148 char *rpos = val; 148 char *rpos = val;