From 79964fe982a027086163af04cf5ab45262a092e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Aug 2004 19:10:08 +0000 Subject: [project @ 2004-08-15 19:10:08 by jmb] Make GTK build work again svn path=/import/netsurf/; revision=1236 --- gtk/gtk_gui.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'gtk/gtk_gui.c') diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index 6e995c99f..c249e1c25 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -12,6 +12,7 @@ #include #include #include "netsurf/content/content.h" +#include "netsurf/desktop/401login.h" #include "netsurf/desktop/browser.h" #include "netsurf/desktop/gui.h" #include "netsurf/desktop/netsurf.h" @@ -98,18 +99,6 @@ void warn_user(const char *warning, const char *detail) { } - -void html_add_instance(struct content *c, struct browser_window *bw, - struct content *page, struct box *box, - struct object_params *params, void **state) {} -void html_reshape_instance(struct content *c, struct browser_window *bw, - struct content *page, struct box *box, - struct object_params *params, void **state) {} -void html_remove_instance(struct content *c, struct browser_window *bw, - struct content *page, struct box *box, - struct object_params *params, void **state) {} - - void die(const char * const error) { fprintf(stderr, error); @@ -123,7 +112,8 @@ void hotlist_visited(struct content *content) struct history *history_create(void) { return 0; } -void history_add(struct history *history, struct content *content) {} +void history_add(struct history *history, struct content *content, + char *frag_id) {} void history_update(struct history *history, struct content *content) {} void history_destroy(struct history *history) {} void history_back(struct browser_window *bw, struct history *history) {} -- cgit v1.2.3