summaryrefslogtreecommitdiff
path: root/include/erebos/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r--include/erebos/identity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h
index aeddd08..f7b17b8 100644
--- a/include/erebos/identity.h
+++ b/include/erebos/identity.h
@@ -24,6 +24,8 @@ public:
Stored<class PublicKey> keyMessage() const;
bool sameAs(const Identity &) const;
+ bool operator==(const Identity & other) const;
+ bool operator!=(const Identity & other) const;
std::optional<Ref> ref() const;