summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-01-15 22:52:36 +0000
committerDan Winship <danw@src.gnome.org>2008-01-15 22:52:36 +0000
commit14d949e24bb1703529e12f832ad3b8e5a7f2073a (patch)
tree105be8826c25df01495f45ac4d668cc6c6203ffd /libsoup/soup-connection.h
parent96d28e7f42ead1ddde6bccca9fba6831710a531f (diff)
downloadlibsoup-14d949e24bb1703529e12f832ad3b8e5a7f2073a.tar.gz
Replaces SoupConnectionNTLM; now works as a SoupSession::request_started
* libsoup/soup-auth-manager-ntlm.c: Replaces SoupConnectionNTLM; now works as a SoupSession::request_started watcher. * libsoup/soup-connection.c: remove the no-longer-needed "authenticate" signal * libsoup/soup-session.c: Use a SoupAuthManagerNTLM if USE_NTLM is set. Remove connection-authenticate-signal references. svn path=/trunk/; revision=1043
Diffstat (limited to 'libsoup/soup-connection.h')
-rw-r--r--libsoup/soup-connection.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libsoup/soup-connection.h b/libsoup/soup-connection.h
index 98f20d6a..08c21bea 100644
--- a/libsoup/soup-connection.h
+++ b/libsoup/soup-connection.h
@@ -33,9 +33,6 @@ typedef struct {
void (*request_started) (SoupConnection *, SoupMessage *);
- void (*authenticate) (SoupConnection *, SoupMessage *,
- SoupAuth *, gboolean);
-
/* methods */
void (*send_request) (SoupConnection *, SoupMessage *);
} SoupConnectionClass;
@@ -75,12 +72,6 @@ void soup_connection_send_request (SoupConnection *conn,
void soup_connection_reserve (SoupConnection *conn);
void soup_connection_release (SoupConnection *conn);
-/* protected */
-void soup_connection_authenticate (SoupConnection *conn,
- SoupMessage *msg,
- SoupAuth *auth,
- gboolean retrying);
-
G_END_DECLS
#endif /* SOUP_CONNECTION_H */