summaryrefslogtreecommitdiff
path: root/include/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sockets.h')
-rw-r--r--include/sockets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sockets.h b/include/sockets.h
index 8b669bbde..6b1fca441 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -90,6 +90,7 @@ class CoreExport cidr
cidr(const Anope::string &ip, unsigned char len);
Anope::string mask() const;
bool match(sockaddrs &other);
+ bool operator<(const cidr &other) const;
};
class SocketException : public CoreException