diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/history.h b/src/history.h index 786096f2..4074b1aa 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -17,8 +17,8 @@ iDeclareTypeConstruction(History) | |||
17 | 17 | ||
18 | void clear_History (iHistory *); | 18 | void clear_History (iHistory *); |
19 | 19 | ||
20 | void load_History (iHistory *, const iString *path); | 20 | void load_History (iHistory *, const char *dirPath); |
21 | void save_History (const iHistory *, const iString *path); | 21 | void save_History (const iHistory *, const char *dirPath); |
22 | 22 | ||
23 | iHistoryItem * itemAtPos_History (iHistory *, size_t pos); | 23 | iHistoryItem * itemAtPos_History (iHistory *, size_t pos); |
24 | iHistoryItem * item_History (iHistory *); | 24 | iHistoryItem * item_History (iHistory *); |
@@ -27,6 +27,7 @@ iTime urlVisitTime_History(const iHistory *, const iString *url); | |||
27 | void print_History (const iHistory *); | 27 | void print_History (const iHistory *); |
28 | 28 | ||
29 | void addUrl_History (iHistory *, const iString *url); | 29 | void addUrl_History (iHistory *, const iString *url); |
30 | void replace_History (iHistory *, const iString *url); | ||
30 | 31 | ||
31 | iBool goBack_History (iHistory *); | 32 | iBool goBack_History (iHistory *); |
32 | iBool goForward_History (iHistory *); | 33 | iBool goForward_History (iHistory *); |