summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-07 14:37:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-07 14:37:46 +0200
commit1a77d54807a1e1b02a705501e4a03f3000a07b23 (patch)
tree7146872af315e3e6b962a5387dcd20e4febcc6c6
parent021ba7738982bc95c57c8c2a5fc2bcc6c1149294 (diff)
downloadcurl-1a77d54807a1e1b02a705501e4a03f3000a07b23.tar.gz
curlx: update INTERNALS.md to reflect the cleanupsbagder/curlx-cleanup
-rw-r--r--docs/INTERNALS.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index a733e1f0c..7ffbee1af 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -612,43 +612,6 @@ curlx
strtoll() (or equivalent) function exist on your platform. If `curl_off_t`
is only a 32 bit number on your platform, this macro uses strtol().
-`curlx_tvnow()`
----------------
- returns a struct timeval for the current time.
-
-`curlx_tvdiff()`
---------------
- returns the difference between two timeval structs, in number of
- milliseconds.
-
-`curlx_tvdiff_secs()`
----------------------
- returns the same as `curlx_tvdiff` but with full usec resolution (as a
- double)
-
-Future
-------
-
- Several functions will be removed from the public `curl_` name space in a
- future libcurl release. They will then only become available as `curlx_`
- functions instead. To make the transition easier, we already today provide
- these functions with the `curlx_` prefix to allow sources to be built
- properly with the new function names. The concerned functions are:
-
- - `curlx_getenv`
- - `curlx_strequal`
- - `curlx_strnequal`
- - `curlx_mvsnprintf`
- - `curlx_msnprintf`
- - `curlx_maprintf`
- - `curlx_mvaprintf`
- - `curlx_msprintf`
- - `curlx_mprintf`
- - `curlx_mfprintf`
- - `curlx_mvsprintf`
- - `curlx_mvprintf`
- - `curlx_mvfprintf`
-
<a name="contentencoding"></a>
Content Encoding
================