aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-08-27 06:31:28 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-08-27 06:31:28 +0000
commit8cf0814a143d99de813fbd1653b785252b4c58a6 (patch)
treeea8aac5e7a720e0a6147c69e7b58cd460c82c14a /lib/http_ntlm.h
parent523767660c05cf359091694fcaccb763ebb7b2d7 (diff)
Fixed some minor type mismatches and missing consts mainly found by splint.
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index 265a912b4..40a0c9b5d 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -33,7 +33,8 @@ typedef enum {
} CURLntlm;
/* this is for ntlm header input */
-CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, char *header);
+CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy,
+ const char *header);
/* this is for creating ntlm header output */
CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);