From ae992eab4d58f35465976ddb7603f37573370b84 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 30 May 2008 04:11:16 +0000 Subject: Add new fetch callback FETCH_HEADER for headers and move as much header parsing as possible from fetch_curl.c to fetchcache.c. This simplifies fetch_curl.c and will make it possible to store response headers in future. svn path=/trunk/netsurf/; revision=4226 --- 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 da846c607..4306e65da 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -30,6 +30,7 @@ typedef enum { FETCH_TYPE, FETCH_PROGRESS, + FETCH_HEADER, FETCH_DATA, FETCH_FINISHED, FETCH_ERROR, -- cgit v1.2.3