aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.h')
-rw-r--r--embed/ephy-history.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-history.h b/embed/ephy-history.h
index 5a3ac1de3..7da9ff475 100644
--- a/embed/ephy-history.h
+++ b/embed/ephy-history.h
@@ -67,6 +67,10 @@ struct EphyHistoryClass
void (* visited) (EphyHistory *history,
const char *url);
void (* cleared) (EphyHistory *history);
+
+ void (* redirect) (EphyHistory *history,
+ const char *from_uri,
+ const char *to_uri);
};
GType ephy_history_get_type (void);