From: Daniel Stenberg Date: Wed, 14 Mar 2001 08:59:34 +0000 (+0000) Subject: the URL escape/unescape functions are also public but undocumented X-Git-Tag: curl-7_7-beta3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a6a476cf543dcb8148ba49d42e151fceaabfbf3;p=thirdparty%2Fcurl.git the URL escape/unescape functions are also public but undocumented --- diff --git a/docs/TODO b/docs/TODO index 827290a50c..035795f7ca 100644 --- 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,