moved here from the newlib branch
[platform/upstream/curl.git] / lib / escape.h
index bca4d8b..5c080c2 100644 (file)
@@ -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