summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.h')
-rw-r--r--desktop/history_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_core.h b/desktop/history_core.h
index 5a75e4a95..76f39a7c7 100644
--- a/desktop/history_core.h
+++ b/desktop/history_core.h
@@ -34,7 +34,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,
- char *frag_id);
+ const char *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);