diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h index ce3b8e47..164a61d6 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -59,6 +59,9 @@ iRecentUrl *findUrl_History (iHistory *, const iString *url); | |||
59 | void clearCache_History (iHistory *); | 59 | void clearCache_History (iHistory *); |
60 | size_t pruneLeastImportant_History (iHistory *); | 60 | size_t pruneLeastImportant_History (iHistory *); |
61 | 61 | ||
62 | iBool atLatest_History (const iHistory *); | ||
63 | iBool atOldest_History (const iHistory *); | ||
64 | |||
62 | const iStringArray * searchContents_History (const iHistory *, const iRegExp *pattern); /* chronologically ascending */ | 65 | const iStringArray * searchContents_History (const iHistory *, const iRegExp *pattern); /* chronologically ascending */ |
63 | 66 | ||
64 | const iString * | 67 | const iString * |