ifconfig - routes
[tpg/acess2.git] / Usermode / Libraries / libnet.so_src / net.h
index 7c7a9b5..f45646f 100644 (file)
  */
 extern int     Net_ParseAddress(const char *String, void *Addr);
 
+/**
+ * \brief Convert a network address into a string
+ * \param AddressType  Address family as returned by Net_ParseAddress
+ * \param Address      Address data
+ */
+extern const char *Net_PrintAddress(int AddressType, void *Address);
+
 /**
  * \brief Get the interface required to reach \a Addr
  * \param AddrType     Addresss Family (4: IPv4, 6: IPv6)

UCC git Repository :: git.ucc.asn.au