diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 6 |
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 | ||
31 | iDeclareType(RecentUrl) | 33 | iDeclareType(RecentUrl) |
@@ -55,6 +57,8 @@ iRecentUrl *recentUrl_History (iHistory *, size_t pos); | |||
55 | iRecentUrl *mostRecentUrl_History (iHistory *); | 57 | iRecentUrl *mostRecentUrl_History (iHistory *); |
56 | iRecentUrl *findUrl_History (iHistory *, const iString *url); | 58 | iRecentUrl *findUrl_History (iHistory *, const iString *url); |
57 | 59 | ||
60 | const iStringArray * searchContents_History (const iHistory *, const iRegExp *pattern); /* chronologically ascending */ | ||
61 | |||
58 | const iString * | 62 | const iString * |
59 | url_History (const iHistory *, size_t pos); | 63 | url_History (const iHistory *, size_t pos); |
60 | const iRecentUrl * | 64 | const iRecentUrl * |