summaryrefslogtreecommitdiff
path: root/epgd.h
diff options
context:
space:
mode:
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 3a7b74b..1358b7a 100644
--- a/epgd.h
+++ b/epgd.h
@@ -202,6 +202,7 @@ class cEpgd : public cFrame, public cSystemNotification
int initDb();
int exitDb();
int migrateFromDbApi4();
+ int migrateFromDbApi5();
int tryFillEmptyRecTableFields();
int checkProcedure(const char* name, cDBS::ProcType type, cDbProcedure* fp = 0);
int checkView(const char* name, const char* file);