diff options
Diffstat (limited to 'lib/curl_ntlm_wb.h')
-rw-r--r-- | lib/curl_ntlm_wb.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/curl_ntlm_wb.h b/lib/curl_ntlm_wb.h index 919e9636a..3cf841cf2 100644 --- a/lib/curl_ntlm_wb.h +++ b/lib/curl_ntlm_wb.h @@ -27,8 +27,11 @@ #if !defined(CURL_DISABLE_HTTP) && defined(USE_NTLM) && \ defined(NTLM_WB_ENABLED) -/* this is for creating ntlm header output by delegating challenge/response - to Samba's winbind daemon helper ntlm_auth */ +/* this is for ntlm header input */ +CURLcode Curl_input_ntlm_wb(struct connectdata *conn, bool proxy, + const char *header); + +/* this is for creating ntlm header output */ CURLcode Curl_output_ntlm_wb(struct connectdata *conn, bool proxy); void Curl_http_auth_cleanup_ntlm_wb(struct connectdata *conn); |