]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/sql_cmds.h
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / cats / sql_cmds.h
1 /*
2    Copyright (C) 2000-2006 Kern Sibbald
3
4    This program is free software; you can redistribute it and/or
5    modify it under the terms of the GNU General Public License
6    version 2 as amended with additional clauses defined in the
7    file LICENSE in the main source directory.
8
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
12    the file LICENSE for additional details.
13
14  */
15
16 extern const char CATS_IMP_EXP *client_backups;
17 extern const char CATS_IMP_EXP *list_pool;
18 extern const char CATS_IMP_EXP *drop_deltabs[];
19 extern const char CATS_IMP_EXP *create_deltabs[];
20 extern const char CATS_IMP_EXP *insert_delcand;
21 extern const char CATS_IMP_EXP *select_backup_del;
22 extern const char CATS_IMP_EXP *select_verify_del;
23 extern const char CATS_IMP_EXP *select_restore_del;
24 extern const char CATS_IMP_EXP *select_admin_del;
25 extern const char CATS_IMP_EXP *select_migrate_del;
26 extern const char CATS_IMP_EXP *select_job;
27 extern const char CATS_IMP_EXP *del_File;
28 extern const char CATS_IMP_EXP *cnt_File;
29 extern const char CATS_IMP_EXP *cnt_DelCand;
30 extern const char CATS_IMP_EXP *del_Job;
31 extern const char CATS_IMP_EXP *del_MAC;
32 extern const char CATS_IMP_EXP *del_JobMedia;
33 extern const char CATS_IMP_EXP *cnt_JobMedia;
34 extern const char CATS_IMP_EXP *sel_JobMedia;
35 extern const char CATS_IMP_EXP *upd_Purged;
36
37 extern const char CATS_IMP_EXP *uar_list_jobs;
38 extern const char CATS_IMP_EXP *uar_file;
39 extern const char CATS_IMP_EXP *uar_count_files;
40 extern const char CATS_IMP_EXP *uar_sel_files;
41 extern const char CATS_IMP_EXP *uar_del_temp;
42 extern const char CATS_IMP_EXP *uar_del_temp1;
43 extern const char CATS_IMP_EXP *uar_create_temp;
44 extern const char CATS_IMP_EXP *uar_create_temp1;
45 extern const char CATS_IMP_EXP *uar_last_full;
46 extern const char CATS_IMP_EXP *uar_full;
47 extern const char CATS_IMP_EXP *uar_inc;
48 extern const char CATS_IMP_EXP *uar_list_temp;
49 extern const char CATS_IMP_EXP *uar_sel_all_temp1;
50 extern const char CATS_IMP_EXP *uar_sel_fileset;
51 extern const char CATS_IMP_EXP *uar_mediatype;
52 extern const char CATS_IMP_EXP *uar_jobid_fileindex;
53 extern const char CATS_IMP_EXP *uar_dif;
54 extern const char CATS_IMP_EXP *uar_sel_all_temp;
55 extern const char CATS_IMP_EXP *uar_count_files;
56 extern const char CATS_IMP_EXP *uar_jobids_fileindex;
57 extern const char CATS_IMP_EXP *uar_jobid_fileindex_from_dir;
58 extern const char CATS_IMP_EXP *uar_jobid_fileindex_from_table;
59 extern const char CATS_IMP_EXP *uar_sel_jobid_temp;