diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 6b7f36ce8..321010503 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -100,6 +100,12 @@ gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single); GSList * ephy_embed_single_get_form_auth (EphyEmbedSingle *single, const char *uri); +void ephy_embed_single_add_form_auth (EphyEmbedSingle *single, + const char *uri, + const char *form_username, + const char *form_password, + const char *username); + G_END_DECLS #endif |