From bfd9ac3705b3dd1902dfee6c9e4ac81f98b48001 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 14 Feb 2008 09:00:38 +0000 Subject: [PATCH] Remove old definition of db_driver git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6418 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/cats.h | 2 +- bacula/src/cats/protos.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 4c39626f97..891efa2d49 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -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 diff --git a/bacula/src/cats/protos.h b/bacula/src/cats/protos.h index c09cbbf1b0..de80996149 100644 --- a/bacula/src/cats/protos.h +++ b/bacula/src/cats/protos.h @@ -38,8 +38,6 @@ #include "cats.h" -extern int db_type; /* DB engine type */ - /* Database prototypes */ /* sql.c */ -- 2.39.5