diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 0c34d97dd..92274d293 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -121,6 +121,9 @@ gboolean ephy_tab_get_visibility (EphyTab *tab); float ephy_tab_get_zoom (EphyTab *tab); +/* private */ +guint _ephy_tab_get_id (EphyTab *tab); + G_END_DECLS #endif |