]> sjero.net Git - wget/blobdiff - src/http-ntlm.h
[svn] Use bool type for boolean variables and values.
[wget] / src / http-ntlm.h
index ec6ddc3b8cf74d6e1aa27a76c2d66f5474bef186..aeb192fddb3f61fb34885f4666cdacab0432e784 100644 (file)
@@ -44,9 +44,8 @@ struct ntlmdata {
 };
 
 /* this is for ntlm header input */
-int ntlm_input PARAMS ((struct ntlmdata *, const char *));
+bool ntlm_input (struct ntlmdata *, const char *);
 
 /* this is for creating ntlm header output */
-char *ntlm_output PARAMS ((struct ntlmdata *,
-                          const char *, const char *, int *));
+char *ntlm_output (struct ntlmdata *, const char *, const char *, bool *);
 #endif