aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-16 14:08:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-16 14:08:59 +0000
commit22adcb9cd1d99858f10e55dc140ceb19d382eee5 (patch)
tree5518ef7d94cddf697d837d7fb28580a2da19af41 /include
parent597c1fe6bc06b367ed3fa1686291e13f3177e5fe (diff)
password promting support removed from libcurl
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 5aa4cc923..0f9e38b5b 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -123,6 +123,7 @@ typedef size_t (*curl_read_callback)(char *buffer,
size_t nitems,
void *instream);
+ /* not used since 7.10.8, will be removed in a future release */
typedef int (*curl_passwd_callback)(void *clientp,
const char *prompt,
char *buffer,
@@ -503,11 +504,10 @@ typedef enum {
this option is used only if SSL_VERIFYPEER is true */
CINIT(CAINFO, OBJECTPOINT, 65),
- /* Function pointer to replace the internal password prompt */
+ /* OBSOLETE since 7.10.8 */
CINIT(PASSWDFUNCTION, FUNCTIONPOINT, 66),
- /* Custom pointer that gets passed as first argument to the password
- function */
+ /* OBSOLETE since 7.10.8 */
CINIT(PASSWDDATA, OBJECTPOINT, 67),
/* Maximum number of http redirects to follow */