aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migration.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-12-15 17:58:45 +0800
committerXan Lopez <xan@gnome.org>2009-12-15 17:58:45 +0800
commit80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6 (patch)
tree61d462938947aa8143bf0d8528ab457c7ad09851 /lib/ephy-profile-migration.h
parent7a295e2c5db878dbd076c2f582cbae8aa738c3b7 (diff)
downloadgsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar.gz
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar.bz2
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar.lz
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar.xz
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.tar.zst
gsoc2013-epiphany-80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6.zip
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.h6
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