aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-30 20:31:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-30 20:31:11 +0000
commit5e0d9aea322ba3abfc05c937f91b5751768f2310 (patch)
tree0ade80f30096f37fcbc76176a5b82d86c9131f74 /lib/urldata.h
parentae13c93b7db9f9c68eaf95150ed551b3b649d8c4 (diff)
Support for FTP third party transfers is now dropped
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 875dd0032..f701fe96c 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -834,13 +834,6 @@ struct connectdata {
struct Curl_async async;
#endif
- struct connectdata *sec_conn; /* secondary connection for 3rd party
- transfer */
- char *sec_path; /* The source path for FTP 3rd party */
- char *sec_pathbuffer;
-
- enum { NORMAL, SOURCE3RD, TARGET3RD } xfertype;
-
/* These three are used for chunked-encoding trailer support */
char *trailer; /* allocated buffer to store trailer in */
int trlMax; /* allocated buffer size */