X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcarddav2%2Fcarddav2.h;h=ceca5c2e329b9e9c8c023c8be88eda05ebd75328;hb=c86c371ad772bf27971a737cf7530b0723883464;hp=729b24b790fb34cf7afc75b2aa7818a7e0a7ef99;hpb=22cf85aa4e55ff649647b36c5455db507104cd7c;p=xestiaab%2F.git diff --git a/source/carddav2/carddav2.h b/source/carddav2/carddav2.h index 729b24b..ceca5c2 100644 --- a/source/carddav2/carddav2.h +++ b/source/carddav2/carddav2.h @@ -54,9 +54,9 @@ class CardDAV2 : public ConnectionObject { COServerResponse GetDefaultPrefix(std::string *ServerPrefix); COServerResponse AddContact(std::string Location, std::string Data); COServerResponse EditContact(std::string Location, std::string Data); - COServerResponse DeleteContact(std::string Location, std::string EntityTag); + COServerResponse DeleteContact(std::string Location); COServerResponse GetServerEntityTagValue(std::string Location); - COServerResponse GetContact(std::string Location); + COServerResponse GetContact(std::string Location, std::string *ContactData); COContactList GetContactList(std::string SyncToken); bool CanDoProcessing();