From 35840a2c5c08945acd564cf3bdfe3ec02a144d10 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Jul 2004 08:22:52 +0000 Subject: [PATCH] make functions use size_t instead of int next major update --- docs/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TODO b/docs/TODO index e5881c4d0..7e87c56ac 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)