aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-13 07:46:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-13 07:46:19 +0000
commita9390665b811ac68c68e2447b7282359b98d13cc (patch)
tree2306a56e9e8d0130f7ee36e7f41a63f670e325a3 /include
parentfb7a6e3423e6aba4d4cf0522a24b7e0b84236c22 (diff)
curl_getinfo is removed, not a public function
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 27a889c64..eaa245d42 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -529,21 +529,6 @@ typedef enum {
before it can be included! */
#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
-/*
- * NAME curl_getinfo()
- *
- * DESCRIPTION
- *
- * Request internal information from the curl session with this function.
- * The third argument MUST be a pointer to a long or a pointer to a char *.
- * The data pointed to will be filled in accordingly and can be relied upon
- * only if the function returns CURLE_OK.
- * This function is intended to get used *AFTER* a performed transfer, all
- * results are undefined before the transfer is completed.
- */
-CURLcode curl_getinfo(CURL *curl, CURLINFO info, ...);
-
-
typedef enum {
CURLCLOSEPOLICY_NONE, /* first, never use this */