00001 #ifndef DBCHECK_H_ 00002 #define DBCHECK_H_ 00003 00004 #include "mythexp.h" 00005 00006 // Used to compare the TV Database schema version against the expected version 00007 MPUBLIC int CompareTVDatabaseSchemaVersion(void); 00008 // Call after initialing the main db connection. 00009 MPUBLIC bool UpgradeTVDatabaseSchema(void); 00010 00011 #endif 00012
1.5.5