summaryrefslogtreecommitdiff
path: root/libsoup/server/soup-auth-domain-basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/server/soup-auth-domain-basic.h')
-rw-r--r--libsoup/server/soup-auth-domain-basic.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libsoup/server/soup-auth-domain-basic.h b/libsoup/server/soup-auth-domain-basic.h
index a260e891..d0397051 100644
--- a/libsoup/server/soup-auth-domain-basic.h
+++ b/libsoup/server/soup-auth-domain-basic.h
@@ -20,11 +20,11 @@ SOUP_AVAILABLE_IN_2_4
SoupAuthDomain *soup_auth_domain_basic_new (const char *optname1,
...) G_GNUC_NULL_TERMINATED;
-typedef gboolean (*SoupAuthDomainBasicAuthCallback) (SoupAuthDomain *domain,
- SoupMessage *msg,
- const char *username,
- const char *password,
- gpointer user_data);
+typedef gboolean (*SoupAuthDomainBasicAuthCallback) (SoupAuthDomain *domain,
+ SoupServerMessage *msg,
+ const char *username,
+ const char *password,
+ gpointer user_data);
SOUP_AVAILABLE_IN_2_4
void soup_auth_domain_basic_set_auth_callback (SoupAuthDomain *domain,