diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 17:09:24 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 17:09:24 +0000 |
commit | 4afcb778203bf5af15804a1897596c6feb4d3b81 (patch) | |
tree | 6c42aa0e24c94eb9c23e267af3e86872127d7d13 /lib/ftp.h | |
parent | 0ee79114ef6f3a8ea3bb4b1cc0a502b3164b76ad (diff) | |
download | curl-4afcb778203bf5af15804a1897596c6feb4d3b81.tar.gz |
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
Diffstat (limited to 'lib/ftp.h')
-rw-r--r-- | lib/ftp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; }; |