Add an assortment of missing consts I've just noticed.
[u/mdw/putty] / windows / winnet.c
index c73ace9..4fddd72 100644 (file)
@@ -672,7 +672,7 @@ void sk_getaddr(SockAddr addr, char *buf, int buflen)
     }
 }
 
-int sk_hostname_is_local(char *name)
+int sk_hostname_is_local(const char *name)
 {
     return !strcmp(name, "localhost") ||
           !strcmp(name, "::1") ||