1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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)