eitd/xmlutil.h: add readEventsFromDir

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5561eea881
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-06-02 15:42:26 +03:00
parent 3f0a64b6d8
commit 993db69903

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);