diff options
Diffstat (limited to 'embed/ephy-history.h')
-rw-r--r-- | embed/ephy-history.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-history.h b/embed/ephy-history.h index 641ab6d7c..4bb9c14b1 100644 --- a/embed/ephy-history.h +++ b/embed/ephy-history.h @@ -85,6 +85,9 @@ void ephy_history_set_page_title (EphyHistory *gh, const char *ephy_history_get_last_page (EphyHistory *gh); +void ephy_history_remove (EphyHistory *gh, + EphyNode *node); + void ephy_history_clear (EphyHistory *gh); G_END_DECLS |