diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-import.h')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-import.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks-import.h b/src/bookmarks/ephy-bookmarks-import.h index 3280af4c1..79f83c897 100644 --- a/src/bookmarks/ephy-bookmarks-import.h +++ b/src/bookmarks/ephy-bookmarks-import.h @@ -26,6 +26,10 @@ G_BEGIN_DECLS gboolean ephy_bookmarks_import_mozilla (EphyBookmarks *bookmarks, const char *filename); +gboolean ephy_bookmarks_import_xbel (EphyBookmarks *bookmarks, + const char *filename, + const char *default_keyword); + G_END_DECLS #endif |