summaryrefslogtreecommitdiff
path: root/desktop/local_history.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-11 23:38:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-11 23:38:32 +0100
commit3a0bda977136f0764d5da15c1d727b6de63fa6c5 (patch)
treea3141b0cc37d358b120519a69ecb1c4865f1a813 /desktop/local_history.h
parent90231bd4b1b7b6fdb0650b4015d94db12e99d7ad (diff)
downloadnetsurf-3a0bda977136f0764d5da15c1d727b6de63fa6c5.tar.gz
netsurf-3a0bda977136f0764d5da15c1d727b6de63fa6c5.tar.bz2
Move local history over to nsurl.
Diffstat (limited to 'desktop/local_history.h')
-rw-r--r--desktop/local_history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/local_history.h b/desktop/local_history.h
index 76f39a7c7..c4faa8532 100644
--- a/desktop/local_history.h
+++ b/desktop/local_history.h
@@ -24,6 +24,7 @@
#define _NETSURF_DESKTOP_HISTORY_H_
#include <stdbool.h>
+#include <libwapcaplet/libwapcaplet.h>
struct hlcache_handle;
struct history;
@@ -34,7 +35,7 @@ struct redraw_context;
struct history *history_create(void);
struct history *history_clone(struct history *history);
void history_add(struct history *history, struct hlcache_handle *content,
- const char *frag_id);
+ lwc_string *frag_id);
void history_update(struct history *history, struct hlcache_handle *content);
void history_destroy(struct history *history);
void history_back(struct browser_window *bw, struct history *history);