summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
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 *);
71iRecentUrl *precedingLocked_History (iHistory *); /* requires manual lock/unlock! */ 71iRecentUrl *precedingLocked_History (iHistory *); /* requires manual lock/unlock! */
72iRecentUrl *recentUrl_History (iHistory *, size_t pos); 72iRecentUrl *recentUrl_History (iHistory *, size_t pos);
73iRecentUrl *mostRecentUrl_History (iHistory *); 73iRecentUrl *mostRecentUrl_History (iHistory *);
74iRecentUrl *findUrl_History (iHistory *, const iString *url); 74//iRecentUrl *findUrl_History (iHistory *, const iString *url, int timeDir);
75 75
76void clearCache_History (iHistory *); 76void clearCache_History (iHistory *);
77size_t pruneLeastImportant_History (iHistory *); 77size_t pruneLeastImportant_History (iHistory *);