]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
the URL escape/unescape functions are also public but undocumented
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:59:34 +0000 (08:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:59:34 +0000 (08:59 +0000)
docs/TODO

index 827290a50c47c9356e8023be801496720ded6294..035795f7ca70e21f2fb65783e245cd979cb1a634 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -22,8 +22,8 @@ To do in a future release (random order):
 
  * Document the undocumented libcurl functions: the printf clones (like
    curl_msprintf, curl_mfprintf, curl_msnprintf, curl_maprintf and
-   curl_mvfprintf) and the string compare functions (curl_strequal
-   and curl_strnequal).
+   curl_mvfprintf), the string compare functions (curl_strequal
+   and curl_strnequal) and the URL escape/unescape functions.
 
  * Add configure options that disables certain protocols in libcurl to
    decrease footprint.  '--disable-[protocol]' where protocol is http, ftp,