mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
the URL escape/unescape functions are also public but undocumented
This commit is contained in:
parent
5d0efedd2d
commit
9a6a476cf5
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue