diff options
Diffstat (limited to 'lib/escape.h')
-rw-r--r-- | lib/escape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/escape.h b/lib/escape.h index bca4d8bd9..5c080c209 100644 --- a/lib/escape.h +++ b/lib/escape.h @@ -44,6 +44,6 @@ * allocated string or NULL if an error occurred. */ char *curl_escape(char *string); -char *curl_unescape(char *string); +char *curl_unescape(char *string, int length); #endif |