mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 08:53:43 +02:00
- eitd/sectionsdclient: unify new code and call it as it is ... it is XMLTV; ...
fix another compiler warning: the use of `tmpnam' is dangerous Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
#include <zapit/types.h>
|
||||
|
||||
void *insertEventsfromFile(void * data);
|
||||
void *insertEventsfromHttp(void * data);
|
||||
void *insertEventsfromXMLTV(void * data);
|
||||
bool readEventsFromFile(std::string &epgname, int &ev_count);
|
||||
bool readEventsFromHttpFile(std::string &epgname, int &ev_count);
|
||||
bool readEventsFromXMLTV(std::string &epgname, int &ev_count);
|
||||
bool readEventsFromDir(std::string &epgdir, int &ev_count);
|
||||
void writeEventsToFile(const char *epgdir);
|
||||
t_channel_id getepgid(std::string epg_name);
|
||||
|
Reference in New Issue
Block a user