summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:30:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:30:49 +0000
commite6f311f97c3a5c43217e0f2ff894e0159d9facad (patch)
treef08804bb86d4818c2f6ab0511bb6ddcc1046ddf7 /desktop/browser.h
parentfaabbafa38152dd7a90c96b33dd67da5a6ec487b (diff)
downloadnetsurf-e6f311f97c3a5c43217e0f2ff894e0159d9facad.tar.gz
netsurf-e6f311f97c3a5c43217e0f2ff894e0159d9facad.tar.bz2
[project @ 2005-12-31 04:30:49 by rjw]
Updates to work with new url_store system. svn path=/import/netsurf/; revision=1909
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 1ff74a97d..67da0abea 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -16,6 +16,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <time.h>
+#include "netsurf/content/url_store.h"
struct box;
struct content;
@@ -161,7 +162,7 @@ bool history_back_available(struct history *history);
bool history_forward_available(struct history *history);
/* In platform specific global_history.c. */
-void global_history_add(struct gui_window *g);
+void global_history_add(struct url_content *data);
void global_history_add_recent(const char *url);
char **global_history_get_recent(int *count);