diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 3 |
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); | |||
27 | iTime urlVisitTime_History(const iHistory *, const iString *url); | 27 | iTime urlVisitTime_History(const iHistory *, const iString *url); |
28 | void print_History (const iHistory *); | 28 | void print_History (const iHistory *); |
29 | 29 | ||
30 | void addUrl_History (iHistory *, const iString *url); | 30 | void addUrl_History (iHistory *, const iString *url); /* adds to the stack of recents */ |
31 | void visitUrl_History (iHistory *, const iString *url); /* adds URL to the visited URLs set */ | ||
31 | void replace_History (iHistory *, const iString *url); | 32 | void replace_History (iHistory *, const iString *url); |
32 | 33 | ||
33 | iBool goBack_History (iHistory *); | 34 | iBool goBack_History (iHistory *); |