From ba22b4e753529ad33a204b3c215b354aeebbbd2a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 Jul 2004 02:35:31 +0000 Subject: [project @ 2004-07-10 02:35:30 by jmb] Use libcurl's progress callback functionality to display fetch status. This will update the status line once a second, more frequently requires hacking libcurl. svn path=/import/netsurf/; revision=1066 --- content/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 59767d255..eb2721b10 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -17,6 +17,7 @@ typedef enum { FETCH_TYPE, + FETCH_PROGRESS, FETCH_DATA, FETCH_FINISHED, FETCH_ERROR, -- cgit v1.2.3