commit | 908f841915d8c6c2ab65eb9d78455bd07daff453 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sat Nov 09 00:03:26 2013 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Sat Nov 09 00:03:26 2013 -0800 |
tree | e98c2195eee1a6a86680e604c43e177ef36296d9 | |
parent | 9793635dcb7547072f153d45f6ec7f8ac23de2a2 [diff] [blame] |
Adding browsing existing certificates feature
diff --git a/src/contact-storage.h b/src/contact-storage.h index ee5f032..4887dbf 100644 --- a/src/contact-storage.h +++ b/src/contact-storage.h
@@ -34,6 +34,9 @@ getSelfProfile(const ndn::Name& identity); void + removeContact(const ndn::Name& identity); + + void addContact(const ContactItem& contactItem); void