X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=1c1c0085fbfaef7d6f4a92afd40239a1816aae4b;hb=9cfe89f551413dcf49e5de07137379c90ffce887;hp=993547af0459b0c2f493a22672d1517d1c2c4f62;hpb=a54315de01abd57cf93870f550d27c46c2971446;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index 993547a..1c1c008 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -24,5 +24,6 @@ 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