]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove old definition of db_driver
authorKern Sibbald <kern@sibbald.com>
Thu, 14 Feb 2008 09:00:38 +0000 (09:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Feb 2008 09:00:38 +0000 (09:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6418 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/cats.h
bacula/src/cats/protos.h

index 4c39626f97fcabc85839b225f6dbc7ba7d8a2902..891efa2d4936e40a84e8626a6f1516a26b5737fc 100644 (file)
@@ -918,7 +918,7 @@ struct db_int64_ctx {
 /*
  * Exported globals from sql.c  
  */
-extern char db_driver[];
+extern int db_type;                   /* SQL engine type index */
 
 /*
  * Some functions exported by sql.c for use within the
index c09cbbf1b07fcf85c076f6f9cb80ed0367a41ee1..de80996149f13df93ad20269cee9689bd3f35ddf 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "cats.h"
 
-extern int db_type;                       /* DB engine type */
-
 /* Database prototypes */
 
 /* sql.c */