diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index 3bb3808e..bfb88cf4 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -71,7 +71,7 @@ iBool goForward_History (iHistory *); | |||
71 | iRecentUrl *precedingLocked_History (iHistory *); /* requires manual lock/unlock! */ | 71 | iRecentUrl *precedingLocked_History (iHistory *); /* requires manual lock/unlock! */ |
72 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); | 72 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); |
73 | iRecentUrl *mostRecentUrl_History (iHistory *); | 73 | iRecentUrl *mostRecentUrl_History (iHistory *); |
74 | iRecentUrl *findUrl_History (iHistory *, const iString *url); | 74 | //iRecentUrl *findUrl_History (iHistory *, const iString *url, int timeDir); |
75 | 75 | ||
76 | void clearCache_History (iHistory *); | 76 | void clearCache_History (iHistory *); |
77 | size_t pruneLeastImportant_History (iHistory *); | 77 | size_t pruneLeastImportant_History (iHistory *); |