summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-06-07 17:03:19 -0400
committerDan Winship <danw@gnome.org>2010-12-09 12:04:51 +0100
commit815066543f0b34cffacac60c46e22dd6705dc76d (patch)
tree823c81a3e68ec5e939f562f3130f6c60ea5479e8 /libsoup/soup-auth.h
parentf4fed344602d061fed46c64a037feb1403982f28 (diff)
downloadlibsoup-815066543f0b34cffacac60c46e22dd6705dc76d.tar.gz
SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth too
Deprecate SoupSession:use-ntlm in favor of using soup_session_add_feature_by_type() with SOUP_TYPE_AUTH_NTLM.
Diffstat (limited to 'libsoup/soup-auth.h')
-rw-r--r--libsoup/soup-auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup-auth.h b/libsoup/soup-auth.h
index 61a82363..0a26e8c3 100644
--- a/libsoup/soup-auth.h
+++ b/libsoup/soup-auth.h
@@ -106,6 +106,8 @@ void soup_auth_has_saved_password (SoupAuth *auth,
GType soup_auth_basic_get_type (void);
#define SOUP_TYPE_AUTH_DIGEST (soup_auth_digest_get_type ())
GType soup_auth_digest_get_type (void);
+#define SOUP_TYPE_AUTH_NTLM (soup_auth_ntlm_get_type ())
+GType soup_auth_ntlm_get_type (void);
G_END_DECLS