]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Minor fixes prompted by `lint'.
[wget] / src / http.c
index 16f5dc2da082a920f2a94b6386203456146d5824..95bb31eacccbea7d7ab8b0ad987382471330c124 100644 (file)
@@ -2164,7 +2164,7 @@ dump_hash (unsigned char *buf, const unsigned char *hash)
 
 /* Take the line apart to find the challenge, and compose a digest
    authorization header.  See RFC2069 section 2.1.2.  */
-char *
+static char *
 digest_authentication_encode (const char *au, const char *user,
                              const char *passwd, const char *method,
                              const char *path)