X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fdbsetup.h;h=2738e5a31e940a08646acf0b5d94f4d4e06ece58;hb=278ee758050cb7772cd95946688c5b40104f4d8b;hp=e3618d63c41342f59da021f2dd35f37f26b59b7b;hpb=dec33c63afafabf83c3039e916725cac6faef9b3;p=fms.git diff --git a/include/dbsetup.h b/include/dbsetup.h index e3618d6..2738e5a 100644 --- a/include/dbsetup.h +++ b/include/dbsetup.h @@ -3,5 +3,7 @@ // opens database and creates tables and initial inserts if necessary void SetupDB(); +// verifies DB isn't corrupt +const bool VerifyDB(); #endif // _dbsetup_