]> git.sur5r.net Git - bacula/docs/commit
Move the definition of catalog_db[] into cats. Change it to db_get_type() which...
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:27:03 +0000 (22:27 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:27:03 +0000 (22:27 +0000)
commit06fddee9349a992638d16889fbbfc188f1adf755
tree4618b9a61aaf6931aa5479b4eedb0d41ec9f79b2
parent2de867b7cce190c31fafbb6ced06c4bad69891e6
Move the definition of catalog_db[] into cats.  Change it to db_get_type() which is implemented
in the database specific files: bdb.c, mysql.c, postgresql.c and sqlite.c.

Change cats.h so that database specific sections are only visible which building the cats directory.