mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
This commit is contained in:
parent
3e5dbac7a2
commit
08655d8d5d
18 changed files with 701 additions and 28 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, int length);
|
||||
char *curl_unescape(char *string, int length);
|
||||
char *curl_escape(const char *string, int length);
|
||||
char *curl_unescape(const char *string, int length);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue