]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.
[wget] / src / http.c
index 30a1ca24ebe29e1407d3e7f523ec99c292f5a140..36a8e9fbf5a195f30c3faf95813d0948142ada26 100644 (file)
@@ -59,7 +59,7 @@ so, delete this exception statement from your version.  */
 #include "convert.h"
 
 extern char *version_string;
-extern LARGE_INT total_downloaded_bytes;
+extern SUM_SIZE_INT total_downloaded_bytes;
 
 extern FILE *output_stream;
 extern bool output_stream_regular;