]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/sql_cmds.h
Backport from Bacula Enterprise
[bacula/bacula] / bacula / src / cats / sql_cmds.h
index 9f989783b226ae3d851ff1cf25daa08b311ea2cf..2c91f6f9dab7f4eb6841b04990533c1e2d7d2471 100644 (file)
@@ -1,24 +1,39 @@
 /*
-   Bacula® - The Network Backup Solution
+   Bacula(R) - The Network Backup Solution
 
+   Copyright (C) 2000-2015 Kern Sibbald
    Copyright (C) 2000-2014 Free Software Foundation Europe e.V.
 
-   The main author of Bacula is Kern Sibbald, with contributions from many
-   others, a complete list can be found in the file AUTHORS.
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
 
    You may use this file and others of this release according to the
    license defined in the LICENSE file, which includes the Affero General
    Public License, v3.0 ("AGPLv3") and some additional permissions and
    terms pursuant to its AGPLv3 Section 7.
 
-   Bacula® is a registered trademark of Kern Sibbald.
+   This notice must be preserved when any source code is 
+   conveyed and/or propagated.
+
+   Bacula(R) is a registered trademark of Kern Sibbald.
 */
 
+/*
+ *  sql_cmds.c contains all the SQL commands that are either issued by the
+ *    Director or which are database backend specific.
+ *
+ *   This file defines the external definitions necessary to
+ *    build on Windows
+ *
+ *     Kern Sibbald, July MMII
+ */
+
 extern const char CATS_IMP_EXP *batch_fill_filename_query[];
 extern const char CATS_IMP_EXP *batch_fill_path_query[];
 extern const char CATS_IMP_EXP *batch_lock_filename_query[];
 extern const char CATS_IMP_EXP *batch_lock_path_query[];
 extern const char CATS_IMP_EXP *batch_unlock_tables_query[];
+extern const char CATS_IMP_EXP *bvfs_select_delta_version_with_basejob_and_delta[];
 extern const char CATS_IMP_EXP *cleanup_created_job;
 extern const char CATS_IMP_EXP *cleanup_running_job;
 extern const char CATS_IMP_EXP *client_backups;
@@ -71,4 +86,4 @@ extern const char CATS_IMP_EXP *uar_sel_files;
 extern const char CATS_IMP_EXP *uar_sel_fileset;
 extern const char CATS_IMP_EXP *uar_sel_filesetid;
 extern const char CATS_IMP_EXP *uar_sel_jobid_temp;
-extern const char CATS_IMP_EXP *update_counter_values[];
+extern const char CATS_IMP_EXP *update_counter_values[];