From b8fe4deb13a0ee3e0ec2fca95d122a948e9e1bf9 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 14 Mar 2001 08:51:04 +0000
Subject: [PATCH] documented the undocumented public functions in libcurl

---
 docs/TODO | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/TODO b/docs/TODO
index 7ca557d0a8..827290a50c 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,
-- 
GitLab