diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 08:53:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 08:53:10 +0000 |
commit | 794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3 (patch) | |
tree | b00ad5a2e01f6ff19692213ca7ea31a7e34b71bf /lib/http_ntlm.h | |
parent | e9ea3ba4a2b23c803379f4445ffe1e288a971117 (diff) | |
download | curl-794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3.tar.gz |
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r-- | lib/http_ntlm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 17f98e8b1..69b76a532 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -34,7 +34,7 @@ typedef enum { /* this is for ntlm header input */ CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, - const char *header); + const char *header); /* this is for creating ntlm header output */ CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); |