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 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();