Move inet_ntop and inet_pton declarations to arpa/inet.h.
[gnulib.git] / modules / inet_ntop
1 Description:
2 Convert internet address from internal to printable, presentable format.
3
4 Files:
5 lib/inet_ntop.c
6 m4/inet_ntop.m4
7
8 Depends-on:
9 socklen
10 sys_socket
11 arpa_inet
12 netinet_in
13
14 configure.ac:
15 gl_INET_NTOP
16 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
17
18 Makefile.am:
19
20 License:
21 LGPLv2+
22
23 Include:
24 #include <arpa/inet.h>
25
26 Maintainer:
27 Yoann Vandoorselaere, glibc