From a6d3ceae0ee7cee85020a70b716586425a042900 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 May 2014 00:57:48 +0100 Subject: Completely re-write web search provider handling --- gtk/scaffolding.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gtk/scaffolding.h') diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h index 285f9bb53..f03a3402a 100644 --- a/gtk/scaffolding.h +++ b/gtk/scaffolding.h @@ -22,10 +22,14 @@ #include #include "utils/errors.h" +struct bitmap; struct hlcache_handle; struct gui_window; +struct gui_search_web_table; typedef struct gtk_scaffolding nsgtk_scaffolding; +extern struct gui_search_web_table *nsgtk_search_web_table; + typedef enum { BACK_BUTTON = 0, HISTORY_BUTTON, @@ -178,6 +182,6 @@ void gui_window_set_title(struct gui_window *g, const char *title); void gui_window_set_url(struct gui_window *g, const char *url); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); -void gui_set_search_ico(struct hlcache_handle *ico); + #endif /* NETSURF_GTK_SCAFFOLDING_H */ -- cgit v1.2.3