summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h
index 383c132b..7959187d 100644
--- a/src/history.h
+++ b/src/history.h
@@ -61,6 +61,7 @@ void unlock_History (iHistory *);
61 61
62void clear_History (iHistory *); 62void clear_History (iHistory *);
63void add_History (iHistory *, const iString *url); 63void add_History (iHistory *, const iString *url);
64void undo_History (iHistory *); /* removes the most recent URL */
64void replace_History (iHistory *, const iString *url); 65void replace_History (iHistory *, const iString *url);
65void setCachedResponse_History (iHistory *, const iGmResponse *response); 66void setCachedResponse_History (iHistory *, const iGmResponse *response);
66void setCachedDocument_History (iHistory *, iGmDocument *doc); 67void setCachedDocument_History (iHistory *, iGmDocument *doc);