mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
the new escape/unescape function setup
This commit is contained in:
parent
c23df41d83
commit
f8d883355d
3 changed files with 66 additions and 61 deletions
|
|
@ -26,7 +26,7 @@
|
|||
/* Escape and unescape URL encoding in strings. The functions return a new
|
||||
* allocated string or NULL if an error occurred. */
|
||||
|
||||
char *curl_escape(char *string);
|
||||
char *curl_escape(char *string, int length);
|
||||
char *curl_unescape(char *string, int length);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue