From b8366ceb471867d2ad3c64eb90f32813e6d33d4e Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Wed, 31 May 2017 17:09:41 +0200
Subject: [PATCH] update for latest daemon API changes

Change-Id: I8cca63bbd28bd5642845c21837cae7c756af1a9b
---
 bin/nodejs/configurationmanager.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/nodejs/configurationmanager.i b/bin/nodejs/configurationmanager.i
index b27a3f97c3..4124e9c026 100644
--- a/bin/nodejs/configurationmanager.i
+++ b/bin/nodejs/configurationmanager.i
@@ -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);
-- 
GitLab