summaryrefslogtreecommitdiff
path: root/epg2vdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'epg2vdr.h')
-rw-r--r--epg2vdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epg2vdr.h b/epg2vdr.h
index 20b7bf3..a34376a 100644
--- a/epg2vdr.h
+++ b/epg2vdr.h
@@ -64,6 +64,7 @@ class cPluginEPG2VDR : public cPlugin
int exitDb();
int timerService(cEpgTimer_Service_V1* ts);
+ int recordingDetails(cEpgRecording_Details_Service_V1* rd);
private:
@@ -72,6 +73,7 @@ class cPluginEPG2VDR : public cPlugin
cDbTable* timerDb;
cDbTable* vdrDb;
cDbTable* useeventsDb;
+ cDbTable* recordingListDb;
cDbStatement* selectTimers;
cDbStatement* selectEventById;
cMutex mutexTimerService;