aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-03 21:51:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-03 21:51:28 +0000
commit52ceab5e41a01b4d1227876d51a3680a3ce5a841 (patch)
tree74f33080a8dfff298b36f39ff0cf7fed74c43646 /lib/http.h
parentcafcc242e63828cbb6fb299abbe5ec7391b0560e (diff)
Re-arranged code to make the proxy-CONNECT loop able to do some of the
authentication negotiations needed for NTLM, Digest etc.
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h
index 3cbbf841d..a3cd7e0ba 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -43,5 +43,8 @@ void Curl_httpchunk_init(struct connectdata *conn);
CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
ssize_t length, ssize_t *wrote);
void Curl_http_auth_stage(struct SessionHandle *data, int stage);
+CURLcode Curl_http_auth(struct connectdata *conn,
+ int httpcode, char *header);
+void Curl_http_auth_act(struct connectdata *conn);
#endif
#endif