From 6d453523dcee33efa6bc1755ec4a4a846faddbab Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 2 May 2011 22:19:19 +0200 Subject: Added new algorithm for finding events Added more debug output --- parse.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'parse.h') diff --git a/parse.h b/parse.h index 3aea7be..6cc3ea0 100644 --- a/parse.h +++ b/parse.h @@ -143,12 +143,20 @@ public: class cParse { + struct split + { + char *pointers[256]; + int count; + }; + private: char *name; cEPGMappings *maps; cTEXTMappings *texts; cXMLTVEvent xevent; cCharSetConv *conv; + char *RemoveNonASCII(const char *src); + struct split split(char *in, char delim); u_long DoSum(u_long sum, const char *buf, int nBytes); cEvent *SearchEvent(cSchedule* schedule, cXMLTVEvent *xevent); time_t ConvertXMLTVTime2UnixTime(char *xmltvtime); -- cgit v1.2.3