diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-01 08:22:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-01 08:22:52 +0000 |
commit | 35840a2c5c08945acd564cf3bdfe3ec02a144d10 (patch) | |
tree | fd25a696a452435111fb782090929aad77af6d63 /docs | |
parent | 090b89cc76acfa0bb388a9eb425dfaa81f62b5ae (diff) |
make functions use size_t instead of int next major update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |