From 270ef59a98d34fef418fb6cd27e46f3edc912948 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 12:56:39 +0000 Subject: Merge jmb/new-cache; r=dsilvers,rs=vince svn path=/trunk/netsurf/; revision=10180 --- desktop/searchweb.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'desktop/searchweb.h') diff --git a/desktop/searchweb.h b/desktop/searchweb.h index f8dcb9db0..6cc23036a 100644 --- a/desktop/searchweb.h +++ b/desktop/searchweb.h @@ -20,9 +20,11 @@ #define _NETSURF_DESKTOP_SEARCH_WEB_H_ #include +#include #include -#include "content/content.h" -#include "desktop/browser.h" + +struct browser_window; +struct hlcache_handle; extern char *search_engines_file_location; extern char *search_default_ico_location; @@ -71,9 +73,6 @@ bool search_is_url(const char *url); void search_web_retrieve_ico(bool localdefault); -struct content *search_web_ico(void); - -void search_web_ico_callback(content_msg msg, struct content *ico, - intptr_t p1, intptr_t p2, union content_msg_data data); +struct hlcache_handle *search_web_ico(void); #endif -- cgit v1.2.3