X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=e95c03bfd7c1a12596415f5bbdd3fdea70fe6b42;hb=eeb65bde963cf3ccb07b1c73da87a4d2564c7ea7;hp=9a7b4736d044d919c8aec812eadd9236fbf341d7;hpb=d9db2a772095094c2bfab37979d8c0931abe4afc;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index 9a7b473..e95c03b 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -133,6 +133,7 @@ class CalDAV{ string ProcessXMLCalendarHome(); CalDAVCalendarList ProcessXMLCalendarList(); CalDAVEntryList ProcessXMLEntryList(); + CalDAVEntryList ProcessXMLSyncTokenList(); string ProcessXMLEntryETag(); bool MatchXMLNameTransverse(xmlNodePtr *NodePtr, string NodeName); bool MatchXMLName(xmlNodePtr *NodePtrOriginal, string NodeName);