diff --git a/lib/urldata.h b/lib/urldata.h index abc944499..3318b7f57 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -537,6 +537,7 @@ struct connectdata { struct ntlmdata ntlm; /* NTLM differs from other authentication schemes because it authenticates connections, not single requests! */ + struct ntlmdata proxyntlm; /* NTLM data for proxy */ }; /* The end of connectdata. */