diff options
Diffstat (limited to 'src/ephy-private.h')
-rw-r--r-- | src/ephy-private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-private.h b/src/ephy-private.h index 8a7757ba3..5e7b77a8e 100644 --- a/src/ephy-private.h +++ b/src/ephy-private.h @@ -29,6 +29,7 @@ #include "ephy-embed-event.h" #include "ephy-embed-private.h" #include "ephy-location-controller.h" +#include "ephy-session.h" #include "ephy-shell.h" #include "ephy-window.h" @@ -62,5 +63,9 @@ EphyShellStartupContext *ephy_shell_startup_context_new (EphyStartupFlags void _ephy_shell_create_instance (EphyEmbedShellMode mode); +/* EphySession */ + +void ephy_session_clear (EphySession *session); + #endif |