X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=1c1c0085fbfaef7d6f4a92afd40239a1816aae4b;hb=c9449ab306c3f64e18b33d10cd4e5e2eb528bd9e;hp=fa74d9b1833cc4a8cbd4c7c883d2ad099454dc99;hpb=c7994c11113b0e4e270b34bbb8ea8521ddf4a6df;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index fa74d9b..1c1c008 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -22,5 +22,8 @@ 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); +std::string OutputText(std::string *TextInput); #endif \ No newline at end of file