diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
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 | |||
63 | void setCachedDocument_History (iHistory *, iGmDocument *doc); | 63 | void setCachedDocument_History (iHistory *, iGmDocument *doc); |
64 | iBool goBack_History (iHistory *); | 64 | iBool goBack_History (iHistory *); |
65 | iBool goForward_History (iHistory *); | 65 | iBool goForward_History (iHistory *); |
66 | iBool preceding_History (iHistory *d, iRecentUrl *recent_out); | ||
67 | iBool following_History (iHistory *d, iRecentUrl *recent_out); | ||
66 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); | 68 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); |
67 | iRecentUrl *mostRecentUrl_History (iHistory *); | 69 | iRecentUrl *mostRecentUrl_History (iHistory *); |
68 | iRecentUrl *findUrl_History (iHistory *, const iString *url); | 70 | iRecentUrl *findUrl_History (iHistory *, const iString *url); |