summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 08:59:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 08:59:34 +0000
commit9a6a476cf543dcb8148ba49d42e151fceaabfbf3 (patch)
treea2b00afaaa75a7be123cb16db460e1ec0843be6d
parent5d0efedd2da6e0ae24cd597ac7d715db763d42e3 (diff)
downloadgnurl-9a6a476cf543dcb8148ba49d42e151fceaabfbf3.tar.gz
gnurl-9a6a476cf543dcb8148ba49d42e151fceaabfbf3.tar.bz2
gnurl-9a6a476cf543dcb8148ba49d42e151fceaabfbf3.zip
the URL escape/unescape functions are also public but undocumented
-rw-r--r--docs/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 827290a50..035795f7c 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,