summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-03-27 13:19:16 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-03-27 13:19:16 +0100
commit4411113f31b3f00171bb335092b02104d29d7cd7 (patch)
treefd8d4c907f6d4b9fe7918fb0b9c290d4ea2efa76 /ext/Socket
parente9872d041419b6e58310a20ac3d1749bda877f09 (diff)
downloadperl-4411113f31b3f00171bb335092b02104d29d7cd7.tar.gz
Add inet_pton and inet_ntop to the list of functions exported by Socket
Diffstat (limited to 'ext/Socket')
-rw-r--r--ext/Socket/Socket.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index 6b268efa9a..7d130bace9 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -198,6 +198,7 @@ use XSLoader ();
@ISA = qw(Exporter);
@EXPORT = qw(
inet_aton inet_ntoa
+ inet_pton inet_ntop
sockaddr_family
pack_sockaddr_in unpack_sockaddr_in
pack_sockaddr_un unpack_sockaddr_un