From: Daniel Stenberg Date: Thu, 1 Jul 2004 08:22:52 +0000 (+0000) Subject: make functions use size_t instead of int next major update X-Git-Tag: curl-7_12_1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35840a2c5c08945acd564cf3bdfe3ec02a144d10;p=thirdparty%2Fcurl.git make functions use size_t instead of int next major update --- diff --git a/docs/TODO b/docs/TODO index e5881c4d01..7e87c56acd 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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)