aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migration.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-03-10 00:09:29 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-03-10 00:10:29 +0800
commit3423f0766d8b935e0c35b6d379bd345f14dc0bcb (patch)
tree507041c677a3cc5af4621bcab896dbdbd4096581 /lib/ephy-profile-migration.h
parent2a1a987ae0deea9fcc86c7adaa33eb514e6873d1 (diff)
downloadgsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar.gz
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar.bz2
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar.lz
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar.xz
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.tar.zst
gsoc2013-epiphany-3423f0766d8b935e0c35b6d379bd345f14dc0bcb.zip
ephy-profile-migration: remove useless return value
_ephy_profile_query_form_auth_data is async, doesn't return anything.
Diffstat (limited to 'lib/ephy-profile-migration.h')
-rw-r--r--lib/ephy-profile-migration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-migration.h b/lib/ephy-profile-migration.h
index 33d14bf81..3716f24f0 100644
--- a/lib/ephy-profile-migration.h
+++ b/lib/ephy-profile-migration.h
@@ -34,7 +34,7 @@ void _ephy_profile_store_form_auth_data (const char *uri,
const char *username,
const char *password);
-GList*
+void
_ephy_profile_query_form_auth_data (const char *uri,
const char *form_username,
const char *form_password,