1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

added escape and unescape

This commit is contained in:
Daniel Stenberg 2001-03-22 11:53:12 +00:00
parent f8d883355d
commit 3d5b6aa3b0

View File

@ -29,3 +29,5 @@ EXPORTS
curl_mvfprintf @ 20 ;
curl_strequal @ 21 ;
curl_strnequal @ 22 ;
curl_escape @ 23 ;
curl_unescape @ 24 ;