aboutsummaryrefslogtreecommitdiff
path: root/include/sibs/IpAddress.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-14 03:36:47 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 22:56:48 +0200
commitfdbcee4063db89a8ba49cc5c2367376884f4b9d4 (patch)
treef1255d7066bf223601e81d8f18f0c2d541eddaee /include/sibs/IpAddress.hpp
parent10b5eab3e2ba705b73ce3d8b7d8c623ba09bfc82 (diff)
Another test
Diffstat (limited to 'include/sibs/IpAddress.hpp')
-rw-r--r--include/sibs/IpAddress.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sibs/IpAddress.hpp b/include/sibs/IpAddress.hpp
index 7b757f4..c3b43c4 100644
--- a/include/sibs/IpAddress.hpp
+++ b/include/sibs/IpAddress.hpp
@@ -30,6 +30,8 @@ namespace sibs
std::string getAddress() const;
unsigned short getPort() const;
+
+ bool operator == (const Ipv4 &other) const;
struct sockaddr_in address;
};