eitd: add API to configure white EPG filter

This commit is contained in:
[CST] Focus
2015-01-22 18:49:20 +03:00
parent cb5bb9ac0e
commit 486d3692a6
4 changed files with 38 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ void readDVBTimeFilter(void);
bool checkEPGFilter(t_original_network_id onid, t_transport_stream_id tsid, t_service_id sid);
bool checkBlacklist(t_channel_id channel_id);
bool checkNoDVBTimelist(t_channel_id channel_id);
void addEPGFilter(t_original_network_id onid, t_transport_stream_id tsid, t_service_id sid);
void clearEPGFilter();
#endif /* __sectionsd__debug_h__ */