commit | 79c25a223fe27fe2e0cd31516708063d65fee85d | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 21 13:38:38 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 21 13:38:38 2013 -0700 |
tree | 3118642e60b715606463dbb6b8d01d48c04caf92 | |
parent | c29fb981187e63cbb16f1ad38e8c6b27986cdd10 [diff] [blame] |
Allow changing alias
diff --git a/src/contact-storage.h b/src/contact-storage.h index 3275c40..e08790e 100644 --- a/src/contact-storage.h +++ b/src/contact-storage.h
@@ -40,6 +40,9 @@ void addNormalContact(const ContactItem& contactItem); + void + updateAlias(const ndn::Name& identity, std::string alias); + std::vector<ndn::Ptr<TrustedContact> > getAllTrustedContacts() const;