summaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-23 15:26:26 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-23 15:26:26 +0000
commitfcf02cbb7588d7a7639221d98b8aaf4c8479d822 (patch)
treeeab0c3e708f890af833af950fa8528f016ed7f56 /lib/ftp.h
parent419bcf9d6003bd8ddc484fa1f14c5dde1e97e9bf (diff)
downloadgnurl-fcf02cbb7588d7a7639221d98b8aaf4c8479d822.tar.gz
gnurl-fcf02cbb7588d7a7639221d98b8aaf4c8479d822.tar.bz2
gnurl-fcf02cbb7588d7a7639221d98b8aaf4c8479d822.zip
pingpong: Moved curl_ftptransfer definition to pingpong.h
Moved the ftp transfer structure into pingpong.h so other protocols that require it don't have to include ftp.h.
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index d359f28f3..aae05a772 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -97,13 +97,6 @@ typedef enum {
file */
} curl_ftpfile;
-typedef enum {
- FTPTRANSFER_BODY, /* yes do transfer a body */
- FTPTRANSFER_INFO, /* do still go through to get info/headers */
- FTPTRANSFER_NONE, /* don't get anything and don't get info */
- FTPTRANSFER_LAST /* end of list marker, never used */
-} curl_ftptransfer;
-
/* This FTP struct is used in the SessionHandle. All FTP data that is
connection-oriented must be in FTP_conn to properly deal with the fact that
perhaps the SessionHandle is changed between the times the connection is