diff options
author | horchi <vdr@jwendel.de> | 2017-12-24 10:27:40 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-12-24 10:27:40 +0100 |
commit | 8e7b2dba8e61966445416a239c9f54a84f91730d (patch) | |
tree | aa8280b7b8b5932753927253a3a7981fb3e89286 /epgd.h | |
parent | ec257583c911ab914b67ccac45e935ecca65b9cd (diff) | |
download | vdr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |