X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.c;h=b32d329e90dc2f7f74fa6598ef8e75c3d723c67b;hp=e8e9a5a4a34f196e41b06d2c9f91a9f447320c7f;hb=002def87d2d562d9d5b16cfcacc1e0a7dc233ca8;hpb=b79e5bb0d39941538525a2d6e3e9a8e1a64fc102 diff --git a/src/ftp.c b/src/ftp.c index e8e9a5a4..b32d329e 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -50,7 +50,7 @@ so, delete this exception statement from your version. */ #include "convert.h" /* for downloaded_file */ #include "recur.h" /* for INFINITE_RECURSION */ -extern LARGE_INT total_downloaded_bytes; +extern SUM_SIZE_INT total_downloaded_bytes; /* File where the "ls -al" listing will be saved. */ #define LIST_FILENAME ".listing"