mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LookupServer: Implement DNSName::operator==()
This commit is contained in:
parent
78459b92d5
commit
fd76e07399
2 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
void randomize_case();
|
||||
|
||||
bool operator==(const DNSName&) const;
|
||||
|
||||
class Traits : public AK::Traits<DNSName> {
|
||||
public:
|
||||
static unsigned hash(const DNSName& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue