diff options
Diffstat (limited to 'embed/ephy-embed-private.h')
-rw-r--r-- | embed/ephy-embed-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-private.h b/embed/ephy-embed-private.h index 0fcc5007a..080e560cf 100644 --- a/embed/ephy-embed-private.h +++ b/embed/ephy-embed-private.h @@ -22,6 +22,8 @@ #error "Only <epiphany/epiphany.h> can be included directly." #endif +#include "ephy-embed-shell.h" +#include "ephy-frecent-store.h" #include "ephy-history-types.h" #include "ephy-web-view.h" @@ -69,6 +71,8 @@ gboolean ephy_web_view_is_loading_homepage (EphyWebView char* ephy_web_view_normalize_or_autosearch_url (EphyWebView *view, const char *url); +EphyFrecentStore *ephy_embed_shell_get_frecent_store (EphyEmbedShell *shell); + G_END_DECLS #endif |