diff options
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index 57837c64a..353a5605b 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -32,6 +32,8 @@ int ephy_profile_utils_get_migration_version (void); gboolean ephy_profile_utils_set_migration_version (int version); +void ephy_profile_utils_do_migration (void); + void _ephy_profile_utils_store_form_auth_data (const char *uri, const char *form_username, const char *form_password, |