summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/scaffolding.h')
-rw-r--r--gtk/scaffolding.h6
1 files changed, 5 insertions, 1 deletions
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 <stdbool.h>
#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 */