diff options
ephy-profile-migration: migrate form auth data from (copied) gecko profile
We store the login/password pairs used in forms in the keyring, like
the HTTP auth data.
Diffstat (limited to 'lib/ephy-profile-migration.h')
-rw-r--r-- | lib/ephy-profile-migration.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ephy-profile-migration.h b/lib/ephy-profile-migration.h index 51114a88d..d48849bab 100644 --- a/lib/ephy-profile-migration.h +++ b/lib/ephy-profile-migration.h @@ -22,4 +22,10 @@ void _ephy_profile_migrate (void); +void _ephy_profile_store_form_auth_data (const char *uri, + const char *form_username, + const char *form_password, + const char *username, + const char *password); + #endif |