]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/bdb.c
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / cats / bdb.c
index 2544192f16af33dd8b8deedd144e161105e9e615..9eecde839e2fe4a5524e3ec5f2b74a772a4ee391 100644 (file)
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -98,7 +98,7 @@ dbid_list::~dbid_list()
    free(DBId);
 }
 
-static POOLMEM *make_filename(B_DB *mdb, char *name)
+static POOLMEM *make_filename(B_DB *mdb, const char *name)
 {
    char sep;
    POOLMEM *dbf;