eitd/xmlutil.h: add readEventsFromDir

This commit is contained in:
[CST] Focus
2015-06-02 15:42:26 +03:00
parent ad153ed851
commit 5561eea881

View File

@@ -36,6 +36,7 @@
void *insertEventsfromFile(void * data);
bool readEventsFromFile(std::string &epgname, int &ev_count);
bool readEventsFromDir(std::string &epgdir, int &ev_count);
void writeEventsToFile(const char *epgdir);
bool readEPGFilter(void);