summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 149e6b82..78394008 100644
--- a/src/history.h
+++ b/src/history.h
@@ -27,7 +27,8 @@ const iString * url_History (iHistory *, size_t pos);
27iTime urlVisitTime_History(const iHistory *, const iString *url); 27iTime urlVisitTime_History(const iHistory *, const iString *url);
28void print_History (const iHistory *); 28void print_History (const iHistory *);
29 29
30void addUrl_History (iHistory *, const iString *url); 30void addUrl_History (iHistory *, const iString *url); /* adds to the stack of recents */
31void visitUrl_History (iHistory *, const iString *url); /* adds URL to the visited URLs set */
31void replace_History (iHistory *, const iString *url); 32void replace_History (iHistory *, const iString *url);
32 33
33iBool goBack_History (iHistory *); 34iBool goBack_History (iHistory *);