]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/sql.c
Retention period updates
[bacula/bacula] / bacula / src / cats / sql.c
index 213cc4acf8f7c37b01eef178d9aa5f5c06f0634d..21fdbe4436bae7a71d101d481a90e2b7e2062294 100644 (file)
@@ -46,6 +46,13 @@ void print_result(B_DB *mdb);
  *  calling subroutine sets and clears the mutex
  */
 
+/* Check that the tables conrrespond to the version we want */
+int check_tables_version(B_DB *mdb)
+{
+/*****FIXME***** implement */
+   return 1;
+}
+
 /* Utility routine for queries */
 int
 QueryDB(char *file, int line, B_DB *mdb, char *cmd)