aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-01 08:22:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-01 08:22:52 +0000
commit35840a2c5c08945acd564cf3bdfe3ec02a144d10 (patch)
treefd25a696a452435111fb782090929aad77af6d63 /docs
parent090b89cc76acfa0bb388a9eb425dfaa81f62b5ae (diff)
make functions use size_t instead of int next major update
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 2 insertions, 0 deletions
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)