summaryrefslogtreecommitdiff
path: root/libsoup/auth/soup-auth.h
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2020-10-30 14:11:54 -0500
committerPatrick Griffis <pgriffis@igalia.com>2020-10-30 14:11:54 -0500
commitc64bf890755ad575e0ec3248e386f4fbae8bc8c1 (patch)
treea02aad8442ca65bf62b1e89f47ae8ecaeff21fa6 /libsoup/auth/soup-auth.h
parent438019c1ba4be1960694967ff8dbc0e7e72d5b52 (diff)
downloadlibsoup-c64bf890755ad575e0ec3248e386f4fbae8bc8c1.tar.gz
Make SoupConnectionAuth private
Diffstat (limited to 'libsoup/auth/soup-auth.h')
-rw-r--r--libsoup/auth/soup-auth.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libsoup/auth/soup-auth.h b/libsoup/auth/soup-auth.h
index 0773e25b..606127b5 100644
--- a/libsoup/auth/soup-auth.h
+++ b/libsoup/auth/soup-auth.h
@@ -97,4 +97,21 @@ void soup_auth_free_protection_space (SoupAuth *auth,
SOUP_AVAILABLE_IN_2_54
gboolean soup_auth_negotiate_supported (void);
+#define SOUP_TYPE_AUTH_BASIC (soup_auth_basic_get_type ())
+SOUP_AVAILABLE_IN_2_4
+GType soup_auth_basic_get_type (void);
+
+#define SOUP_TYPE_AUTH_DIGEST (soup_auth_digest_get_type ())
+SOUP_AVAILABLE_IN_2_4
+GType soup_auth_digest_get_type (void);
+
+#define SOUP_TYPE_AUTH_NTLM (soup_auth_ntlm_get_type ())
+SOUP_AVAILABLE_IN_2_4
+GType soup_auth_ntlm_get_type (void);
+
+#define SOUP_TYPE_AUTH_NEGOTIATE (soup_auth_negotiate_get_type ())
+SOUP_AVAILABLE_IN_2_54
+GType soup_auth_negotiate_get_type (void);
+
+
G_END_DECLS