diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index dac415cc1..89c80f3bb 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -49,6 +49,7 @@ struct EphyEmbedSingleClass /* Methods */ void (* clear_cache) (EphyEmbedSingle *shell); + void (* clear_auth_cache) (EphyEmbedSingle *shell); void (* set_offline_mode) (EphyEmbedSingle *shell, gboolean offline); void (* load_proxy_autoconf) (EphyEmbedSingle *shell, @@ -61,6 +62,8 @@ GType ephy_embed_single_get_type (void); void ephy_embed_single_clear_cache (EphyEmbedSingle *shell); +void ephy_embed_single_clear_auth_cache (EphyEmbedSingle *shell); + void ephy_embed_single_set_offline_mode (EphyEmbedSingle *shell, gboolean offline); |