summaryrefslogtreecommitdiff
path: root/libsoup/auth/soup-auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/auth/soup-auth.h')
-rw-r--r--libsoup/auth/soup-auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/auth/soup-auth.h b/libsoup/auth/soup-auth.h
index 606127b5..9a467f47 100644
--- a/libsoup/auth/soup-auth.h
+++ b/libsoup/auth/soup-auth.h
@@ -25,7 +25,7 @@ struct _SoupAuthClass {
GHashTable *auth_header);
GSList * (*get_protection_space) (SoupAuth *auth,
- SoupURI *source_uri);
+ GUri *source_uri);
void (*authenticate) (SoupAuth *auth,
const char *username,
@@ -89,7 +89,7 @@ char *soup_auth_get_authorization (SoupAuth *auth,
SOUP_AVAILABLE_IN_2_4
GSList *soup_auth_get_protection_space (SoupAuth *auth,
- SoupURI *source_uri);
+ GUri *source_uri);
SOUP_AVAILABLE_IN_2_4
void soup_auth_free_protection_space (SoupAuth *auth,
GSList *space);