summaryrefslogtreecommitdiff
path: root/dist/epgdata2xmltv/epgdata2xmltv.h
diff options
context:
space:
mode:
Diffstat (limited to 'dist/epgdata2xmltv/epgdata2xmltv.h')
-rw-r--r--dist/epgdata2xmltv/epgdata2xmltv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/epgdata2xmltv/epgdata2xmltv.h b/dist/epgdata2xmltv/epgdata2xmltv.h
index d2b85d8..c49794d 100644
--- a/dist/epgdata2xmltv/epgdata2xmltv.h
+++ b/dist/epgdata2xmltv/epgdata2xmltv.h
@@ -49,7 +49,10 @@ private:
int DownloadData(const char *url);
bool Translate(xmlDocPtr pxmlDoc, const char **params);
void LoadXSLT();
-public:
+/* xmlParserInputPtr xmlMyExternalEntityLoader(const char *URL,
+ const char *ID,
+ xmlParserCtxtPtr ctxt); */
+ public:
cepgdata2xmltv();
~cepgdata2xmltv();
int Process(int argc, char *argv[]);