aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-23 17:09:24 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-23 17:09:24 +0000
commit4afcb778203bf5af15804a1897596c6feb4d3b81 (patch)
tree6c42aa0e24c94eb9c23e267af3e86872127d7d13 /lib/ftp.h
parent0ee79114ef6f3a8ea3bb4b1cc0a502b3164b76ad (diff)
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index aae05a772..bdd59c93d 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -108,7 +108,7 @@ struct FTP {
/* transfer a file/body or not, done as a typedefed enum just to make
debuggers display the full symbol and not just the numerical value */
- curl_ftptransfer transfer;
+ curl_pp_transfer transfer;
curl_off_t downloadsize;
};