mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
RAII'd some code. Everything(hopefully) uses IPv4Address now.
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Tins {
|
||||
*
|
||||
* \param ip A dotted ip notation string
|
||||
*/
|
||||
uint32_t ip_to_int(const std::string &ip) throw (std::runtime_error);
|
||||
uint32_t ip_to_int(const std::string &ip);
|
||||
|
||||
/**
|
||||
* \brief Convert an integer ip to a dotted-ip-notation string.
|
||||
|
||||
Reference in New Issue
Block a user