summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 22fe8bf8..41005d02 100644
--- a/src/history.h
+++ b/src/history.h
@@ -24,8 +24,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
24 24
25#include "gmrequest.h" 25#include "gmrequest.h"
26 26
27#include <the_Foundation/array.h> 27#include <the_Foundation/ptrarray.h>
28#include <the_Foundation/regexp.h>
28#include <the_Foundation/string.h> 29#include <the_Foundation/string.h>
30#include <the_Foundation/stringarray.h>
29#include <the_Foundation/time.h> 31#include <the_Foundation/time.h>
30 32
31iDeclareType(RecentUrl) 33iDeclareType(RecentUrl)
@@ -55,6 +57,8 @@ iRecentUrl *recentUrl_History (iHistory *, size_t pos);
55iRecentUrl *mostRecentUrl_History (iHistory *); 57iRecentUrl *mostRecentUrl_History (iHistory *);
56iRecentUrl *findUrl_History (iHistory *, const iString *url); 58iRecentUrl *findUrl_History (iHistory *, const iString *url);
57 59
60const iStringArray * searchContents_History (const iHistory *, const iRegExp *pattern); /* chronologically ascending */
61
58const iString * 62const iString *
59 url_History (const iHistory *, size_t pos); 63 url_History (const iHistory *, size_t pos);
60const iRecentUrl * 64const iRecentUrl *