summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h5
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
18void clear_History (iHistory *); 18void clear_History (iHistory *);
19 19
20void load_History (iHistory *, const iString *path); 20void load_History (iHistory *, const char *dirPath);
21void save_History (const iHistory *, const iString *path); 21void save_History (const iHistory *, const char *dirPath);
22 22
23iHistoryItem * itemAtPos_History (iHistory *, size_t pos); 23iHistoryItem * itemAtPos_History (iHistory *, size_t pos);
24iHistoryItem * item_History (iHistory *); 24iHistoryItem * item_History (iHistory *);
@@ -27,6 +27,7 @@ iTime urlVisitTime_History(const iHistory *, const iString *url);
27void print_History (const iHistory *); 27void print_History (const iHistory *);
28 28
29void addUrl_History (iHistory *, const iString *url); 29void addUrl_History (iHistory *, const iString *url);
30void replace_History (iHistory *, const iString *url);
30 31
31iBool goBack_History (iHistory *); 32iBool goBack_History (iHistory *);
32iBool goForward_History (iHistory *); 33iBool goForward_History (iHistory *);