Skip to content
Snippets Groups Projects
Commit b8366ceb authored by Adrien Béraud's avatar Adrien Béraud
Browse files

update for latest daemon API changes

Change-Id: I8cca63bbd28bd5642845c21837cae7c756af1a9b
parent 8ae44ea7
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ void sendTrustRequest(const std::string& accountId, const std::string& to, const
/* Contacts */
void addContact(const std::string& accountId, const std::string& uri);
void removeContact(const std::string& accountId, const std::string& uri);
void removeContact(const std::string& accountId, const std::string& uri, const bool& ban);
std::vector<std::map<std::string, std::string>> getContacts(const std::string& accountId);
int exportAccounts(std::vector<std::string> accountIDs, std::string toDir, std::string password);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment