84ae8151af1880d8d01976a456c87ffcebdf18cd
[fms.git] / include / dbsetup.h
1 #ifndef _dbsetup_\r
2 #define _dbsetup_\r
3 \r
4 #include <string>\r
5 \r
6 // opens database and creates tables and initial inserts if necessary\r
7 void SetupDB();\r
8 // verifies DB isn't corrupt\r
9 const bool VerifyDB();\r
10 \r
11 // returns result of PRAGMA integrity_check\r
12 const std::string TestDBIntegrity();\r
13 \r
14 #endif  // _dbsetup_\r