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;