aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-14 17:43:54 +0800
committerXan Lopez <xan@igalia.com>2012-04-14 17:43:54 +0800
commitdad79f566e60f303a1d7b3078bf07e3491fd1fd0 (patch)
treec960cf2647596b91bff4b21773edea9b7b83c1b0 /src/ephy-main.c
parentf91c081bb406b111b5674a9b91d2532b69fb1dd0 (diff)
downloadgsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.gz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.bz2
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.lz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.xz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.zst
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.zip
Move a few EphyShell methods to ephy-private.h
These are clearly not meant to be used outside of Epiphany.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 04ba38a3c..707f32532 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -25,6 +25,7 @@
#include "ephy-debug.h"
#include "ephy-embed-prefs.h"
#include "ephy-file-helpers.h"
+#include "ephy-private.h"
#include "ephy-session.h"
#include "ephy-settings.h"
#include "ephy-shell.h"