From fa98e3d76ada300d69e04816bfe15b2d560c9f7d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 15 Feb 2011 23:18:10 +0000 Subject: add about: fetcher rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692 --- content/fetch.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index a90568b1b..b07964861 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -38,9 +38,9 @@ #include "utils/config.h" #include "content/fetch.h" -#include "content/fetchers/fetch_curl.h" -#include "content/fetchers/fetch_data.h" -#include "content/fetchers/fetch_file.h" +#include "content/fetchers/curl.h" +#include "content/fetchers/data.h" +#include "content/fetchers/file.h" #include "content/urldb.h" #include "desktop/netsurf.h" #include "desktop/options.h" @@ -111,6 +111,7 @@ void fetch_init(void) fetch_curl_register(); fetch_data_register(); fetch_file_register(); + fetch_about_register(); fetch_active = false; } -- cgit v1.2.3