Added get_address_name, an interface to getnameinfo

This commit is contained in:
Murarth
2014-12-28 15:44:25 -07:00
parent 3e6b29f8ad
commit e6c8b8f480
4 changed files with 49 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ pub mod udp;
pub mod addrinfo {
pub use sys_common::net::get_host_addresses;
pub use sys_common::net::get_address_name;
}
// FIXME: move these to c module