X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Farpa%2Finet.h;h=fdc501aa0fb8ada87d0bc80b7adf056bcf3724ea;hp=9293840399b8e84fc8c34db12d120556fd279c25;hb=36d7303878a8827b706317383fc218529f432143;hpb=3bb167b33818b3ac569f73a2ff82ff1ab3b04c4a;ds=sidebyside diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 92938403..fdc501aa 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -24,6 +24,7 @@ uint32_t ntohl(uint32_t); uint16_t ntohs(uint16_t); in_addr_t inet_addr (const char *); +in_addr_t inet_network (const char *); char *inet_ntoa (struct in_addr); int inet_pton (int, const char *__restrict, void *__restrict); const char *inet_ntop (int, const void *__restrict, char *__restrict, socklen_t);