make functions use size_t instead of int next major update

This commit is contained in:
Daniel Stenberg 2004-07-01 08:22:52 +00:00
parent 090b89cc76
commit 35840a2c5c
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ TODO
* remove obsolete defines from curl/curl.h
* make several functions use size_t instead of int in their APIs
* remove the following functions from the public API:
curl_getenv
curl_mprintf (and variations)