From 4afcb778203bf5af15804a1897596c6feb4d3b81 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Feb 2013 17:09:24 +0000 Subject: pingpong: Renamed curl_ftptransfer to curl_pp_transfer --- lib/ftp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ftp.h') 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, , et al. + * Copyright (C) 1998 - 2013, Daniel Stenberg, , 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; }; -- cgit v1.2.1