aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 969117fc..b257de2c 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -58,8 +58,11 @@ void MHD_tls_log_func (int level, const char *str);
58/** 58/**
59 * Process escape sequences ('+'=space, %HH). 59 * Process escape sequences ('+'=space, %HH).
60 * Updates val in place. 60 * Updates val in place.
61 *
62 * @return length of the resulting val (strlen(val) maybe
63 * shorter afterwards due to elimination of escape sequences)
61 */ 64 */
62void MHD_http_unescape (char *val); 65unsigned int MHD_http_unescape (char *val);
63 66
64/** 67/**
65 * Header or cookie in HTTP request or response. 68 * Header or cookie in HTTP request or response.