* cygwin.din (inet_pton): Export.

(inet_ntop): Export.
	* net.cc (cygwin_inet_pton): Implement inet_pton for AF_INET for now.
	(cygwin_inet_ntop): Implement inet_ntop for AF_INET for now.
	* include/arpa/inet.h (inet_pton): Declare.
	(inet_ntop): Declare.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2005-06-17 20:01:59 +00:00
parent 2778b3e2b6
commit b3ba5059da
5 changed files with 62 additions and 1 deletions

View File

@@ -257,12 +257,13 @@ details. */
128: Export pselect.
129: Export mkdtemp.
130: Export strtoimax, strtoumax, llabs, imaxabs, lldiv, imaxdiv.
131: Export inet_ntop, inet_pton.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 130
#define CYGWIN_VERSION_API_MINOR 131
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible