summaryrefslogtreecommitdiff
path: root/epgd.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-12-24 10:27:40 +0100
committerhorchi <vdr@jwendel.de>2017-12-24 10:27:40 +0100
commit8e7b2dba8e61966445416a239c9f54a84f91730d (patch)
treeaa8280b7b8b5932753927253a3a7981fb3e89286 /epgd.h
parentec257583c911ab914b67ccac45e935ecca65b9cd (diff)
downloadvdr-epg-daemon-8e7b2dba8e61966445416a239c9f54a84f91730d.tar.gz
vdr-epg-daemon-8e7b2dba8e61966445416a239c9f54a84f91730d.tar.bz2
2017-12-22: version 1.1.125 (horchi)\n - change: new field in 'recordinglist' to store the original description\n\n1.1.125
Diffstat (limited to 'epgd.h')
-rw-r--r--epgd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epgd.h b/epgd.h
index 0e9f912..ad1d0b6 100644
--- a/epgd.h
+++ b/epgd.h
@@ -201,6 +201,7 @@ class cEpgd : public cFrame, public cSystemNotification
int initDb();
int exitDb();
+ int migrateFromDbApi4();
int checkProcedure(const char* name, cDBS::ProcType type, cDbProcedure* fp = 0);
int checkView(const char* name, const char* file);
int registerMe();