X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=993547af0459b0c2f493a22672d1517d1c2c4f62;hb=d8b9cdf6c987c6ed03004e69083c405cad0fc185;hp=fa74d9b1833cc4a8cbd4c7c883d2ad099454dc99;hpb=05662d2300b9da67452a77011de669b88e22cd75;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index fa74d9b..993547a 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -22,5 +22,7 @@ std::map SplitValues(std::string InputData); PropertyNameValue SplitNameValue(std::string InputData); bool HexToInt(std::string *HexString, int *Number); bool IntToHex(int *Number, std::string *HexString, int HexFill); +void SplitPathFilename(std::string *CalendarEntryHREF, std::string *EntryURIPath, + std::string *EntryFilename); #endif \ No newline at end of file