diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-07 13:26:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-07 13:26:00 +0000 |
commit | f1445ea2283fdb3a1d79a06c4ea5f34278b1f412 (patch) | |
tree | c3fb08ac6cbaa8114cbda3cfacc27ba094058ad1 | |
parent | c40309ae219299bf440fb1b4532c8476852f55df (diff) | |
download | curl-f1445ea2283fdb3a1d79a06c4ea5f34278b1f412.tar.gz |
remove the struct fields for the deprecated passwd prompt callback
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index b880ff631..d26cab6d9 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -779,8 +779,6 @@ struct UserDefined { curl_progress_callback fprogress; /* function for progress information */ curl_debug_callback fdebug; /* function that write informational data */ void *progress_client; /* pointer to pass to the progress callback */ - curl_passwd_callback fpasswd; /* call for password */ - void *passwd_client; /* pass to the passwd callback */ long timeout; /* in seconds, 0 means no timeout */ long connecttimeout; /* in seconds, 0 means no timeout */ long ftp_response_timeout; /* in seconds, 0 means no timeout */ |