summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h
index eb35b1df..9c900b82 100644
--- a/src/history.h
+++ b/src/history.h
@@ -63,6 +63,8 @@ void setCachedResponse_History (iHistory *, const iGmResponse *response
63void setCachedDocument_History (iHistory *, iGmDocument *doc); 63void setCachedDocument_History (iHistory *, iGmDocument *doc);
64iBool goBack_History (iHistory *); 64iBool goBack_History (iHistory *);
65iBool goForward_History (iHistory *); 65iBool goForward_History (iHistory *);
66iBool preceding_History (iHistory *d, iRecentUrl *recent_out);
67iBool following_History (iHistory *d, iRecentUrl *recent_out);
66iRecentUrl *recentUrl_History (iHistory *, size_t pos); 68iRecentUrl *recentUrl_History (iHistory *, size_t pos);
67iRecentUrl *mostRecentUrl_History (iHistory *); 69iRecentUrl *mostRecentUrl_History (iHistory *);
68iRecentUrl *findUrl_History (iHistory *, const iString *url); 70iRecentUrl *findUrl_History (iHistory *, const iString *url);