summaryrefslogtreecommitdiff
path: root/xmltv2vdr.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-08-01 00:29:59 +0200
committerJochen Dolze <vdr@dolze.de>2011-08-01 00:29:59 +0200
commit4acb900fec6961c82d67f0d87e1e6a973324005d (patch)
tree5dd4f8993cf563ee1425cc5cdc9d19f093099ecf /xmltv2vdr.h
parent95a84da5e1becd28517e2b71341ea994cdeae828 (diff)
downloadvdr-plugin-xmltv2vdr-4acb900fec6961c82d67f0d87e1e6a973324005d.tar.gz
vdr-plugin-xmltv2vdr-4acb900fec6961c82d67f0d87e1e6a973324005d.tar.bz2
Updated error reporting
Updated parsing
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r--xmltv2vdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h
index 1b63eab..1d05782 100644
--- a/xmltv2vdr.h
+++ b/xmltv2vdr.h
@@ -50,11 +50,12 @@ private:
const char *pin;
cParse *parse;
bool ready2parse;
- bool pipe;
+ bool usepipe;
bool needpin;
int daysinadvance;
int daysmax;
bool ReadConfig();
+ int ReadOutput(char *&result, size_t &l);
cEPGChannels channels;
public:
cEPGSource(const char *Name,const char *ConfDir,cEPGMappings *Maps,cTEXTMappings *Texts);