X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcarddav2%2Fcarddav2.h;h=ceca5c2e329b9e9c8c023c8be88eda05ebd75328;hp=212c5a2faa6ad8a0012ffb1a382a2fe4268b745b;hb=c86c371ad772bf27971a737cf7530b0723883464;hpb=3a02a0ffe62a3813b75e061252434de658929b1d diff --git a/source/carddav2/carddav2.h b/source/carddav2/carddav2.h index 212c5a2..ceca5c2 100644 --- a/source/carddav2/carddav2.h +++ b/source/carddav2/carddav2.h @@ -54,7 +54,7 @@ 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, std::string *ContactData); COContactList GetContactList(std::string SyncToken);