summaryrefslogtreecommitdiff
path: root/include/erebos
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos')
-rw-r--r--include/erebos/contact.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/contact.h b/include/erebos/contact.h
index ef9c3b6..24a4c89 100644
--- a/include/erebos/contact.h
+++ b/include/erebos/contact.h
@@ -32,12 +32,14 @@ public:
optional<Identity> identity() const;
optional<string> customName() const;
+ Contact customName(const Storage & st, const string & name) const;
string name() const;
bool operator==(const Contact &) const;
bool operator!=(const Contact &) const;
vector<Stored<ContactData>> data() const;
+ Digest leastRoot() const;
private:
struct Priv;