summaryrefslogtreecommitdiff
path: root/import.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-04-24 16:44:45 +0200
committerJochen Dolze <vdr@dolze.de>2012-04-24 16:44:45 +0200
commitfaab1db375b46658959c22ddbd1977bc1fdeb50b (patch)
tree8b2281ce20af800d872ccbf840fa338edfcbbac1 /import.h
parent5f9d257b756d372a0033db0b17e87e573fefcbfd (diff)
downloadvdr-plugin-xmltv2vdr-faab1db375b46658959c22ddbd1977bc1fdeb50b.tar.gz
vdr-plugin-xmltv2vdr-faab1db375b46658959c22ddbd1977bc1fdeb50b.tar.bz2
Fixed automatic wakeup
Prevent unnecessary updates Optimized debug output
Diffstat (limited to 'import.h')
-rw-r--r--import.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/import.h b/import.h
index 7864412..747fcbd 100644
--- a/import.h
+++ b/import.h
@@ -63,7 +63,8 @@ public:
bool DBExists();
bool PutEvent(cEPGSource *Source, sqlite3 *Db, cSchedule* Schedule, cEvent *Event,
cXMLTVEvent *xEvent, int Flags);
- bool UpdateXMLTVEvent(cEPGSource *Source, sqlite3 *Db, const cEvent *Event, cXMLTVEvent *xEvent);
+ bool UpdateXMLTVEvent(cEPGSource *Source, sqlite3 *Db, const cEvent *Event, cXMLTVEvent *xEvent,
+ const char *Description);
cXMLTVEvent *SearchXMLTVEvent(sqlite3 **Db, const char *ChannelID, const cEvent *Event);
cXMLTVEvent *AddXMLTVEvent(cEPGSource *Source, sqlite3 *Db, const char *ChannelID,
const cEvent *Event, const char *EITDescription);