diff options
Diffstat (limited to 'lib/ephy-profile-migration.h')
-rw-r--r-- | lib/ephy-profile-migration.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ephy-profile-migration.h b/lib/ephy-profile-migration.h index 7fe4945c7..33d14bf81 100644 --- a/lib/ephy-profile-migration.h +++ b/lib/ephy-profile-migration.h @@ -20,6 +20,9 @@ #ifndef EPHY_PROFILE_MIGRATION_H #define EPHY_PROFILE_MIGRATION_H +#include <glib.h> +#include <gnome-keyring.h> + #define FORM_USERNAME_KEY "form_username" #define FORM_PASSWORD_KEY "form_password" @@ -31,4 +34,12 @@ void _ephy_profile_store_form_auth_data (const char *uri, const char *username, const char *password); +GList* +_ephy_profile_query_form_auth_data (const char *uri, + const char *form_username, + const char *form_password, + GnomeKeyringOperationGetListCallback callback, + gpointer data, + GDestroyNotify destroy_data); + #endif |