X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=1c1c0085fbfaef7d6f4a92afd40239a1816aae4b;hb=9cfe89f551413dcf49e5de07137379c90ffce887;hp=f50113e952148f0b531642aa08a1ab26f4cd968e;hpb=ae6657a9d645df0ffbbf7ddac8535b794f98b266;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index f50113e..1c1c008 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -7,6 +7,7 @@ #include #include #include +#include struct PropertyNameValue{ std::string Name; @@ -20,5 +21,9 @@ std::multimap ProcessTextVectors(std::vector 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