X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=8a9c06c7cb9e496c1620ae3c33dea29e2e3e7e9a;hb=b776fb87f9406910f146cd935605b0e505943142;hp=c4f1a8bfe0029d2015e4acca8818c6bc9cb7aedf;hpb=b811c99c6ef3ab48376de10f5df9c048436a2f31;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index c4f1a8b..8a9c06c 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -32,7 +32,11 @@ struct CalDAVConnectionData{ struct CalDAVStatus{ - + string Hostname; + int Port; + string Username; + string Prefix; + bool UseSSL; }; @@ -53,4 +57,9 @@ class CalDAV{ }; +// Subroutines that are used with the +// CalDAVConnectionData struct. + +bool CalDAVObjectValidSettings(CalDAVConnectionData *ConnData); + #endif