next part of ipv6-ization is here: wget & httpd
diff --git a/include/libbb.h b/include/libbb.h
index 704f34e..07b1d11 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -531,6 +531,7 @@
 int inflate(int in, int out);
 
 
+/* NB: returns port in host byte order */
 unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port);
 void bb_lookup_host(struct sockaddr_in *s_in, const char *host);