From 9a6a476cf543dcb8148ba49d42e151fceaabfbf3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Mar 2001 08:59:34 +0000 Subject: [PATCH] the URL escape/unescape functions are also public but undocumented --- docs/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,