diff options
Diffstat (limited to 'lib/ephy-start-here.h')
-rw-r--r-- | lib/ephy-start-here.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-start-here.h b/lib/ephy-start-here.h index addbe45cf..df2b2ce26 100644 --- a/lib/ephy-start-here.h +++ b/lib/ephy-start-here.h @@ -54,6 +54,8 @@ EphyStartHere *ephy_start_here_new (void); char *ephy_start_here_get_page (EphyStartHere *sh, const char *id); +const char *ephy_start_here_get_base_uri (EphyStartHere *sh); + G_END_DECLS #endif |