aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 08:51:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 08:51:04 +0000
commitb8fe4deb13a0ee3e0ec2fca95d122a948e9e1bf9 (patch)
tree83435e76930bcc0ba8ba40c31dae44ed098c07c5 /docs/TODO
parent332a016e3ced9f98759e203847cffc5de3a4e73b (diff)
documented the undocumented public functions in libcurl
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 7ca557d0a..827290a50 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -18,7 +18,12 @@ To do for the 7.8 release:
* Make SSL session ids get used if multiple HTTPS documents from the same
host is requested.
-To do in a future release:
+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).
* Add configure options that disables certain protocols in libcurl to
decrease footprint. '--disable-[protocol]' where protocol is http, ftp,