ARB
mg_merge.hxx
Go to the documentation of this file.
1 /* Merge tool external interface.
2  *
3  * This file is generated by aisc_mkpt.
4  * Any changes you make here will be overwritten later!
5  */
6 
7 #ifndef MG_MERGE_HXX
8 #define MG_MERGE_HXX
9 
10 /* define ARB attributes: */
11 #ifndef ATTRIBUTES_H
12 # include <attributes.h>
13 #endif
14 
15 
16 /* MG_main.cxx */
17 
18 // source and destination DBs for merge:
19 extern GBDATA *GLOBAL_gb_src;
20 extern GBDATA *GLOBAL_gb_dst;
21 
22 AW_window *MERGE_create_main_window(AW_root *aw_root, bool dst_is_new, void (*exit_cb)(const char *));
23 void MERGE_create_all_awars(AW_root *awr, AW_default aw_def);
24 void MERGE_create_db_file_awars(AW_root *awr, AW_default aw_def, const char *src_name, const char *dst_name);
25 
26 /* MG_species.cxx */
28 
29 #else
30 #error mg_merge.hxx included twice
31 #endif /* MG_MERGE_HXX */
const char * GB_ERROR
Definition: arb_core.h:25
AW_window * MERGE_create_main_window(AW_root *aw_root, bool dst_is_new, void(*exit_cb)(const char *))
Definition: MG_main.cxx:153
GBDATA * GLOBAL_gb_dst
Definition: MG_main.cxx:32
GB_ERROR MERGE_sequences_simple(AW_root *awr)
Definition: MG_species.cxx:738
void MERGE_create_db_file_awars(AW_root *awr, AW_default aw_def, const char *src_name, const char *dst_name)
Definition: MG_main.cxx:395
void MERGE_create_all_awars(AW_root *awr, AW_default aw_def)
Definition: MG_main.cxx:344
GBDATA * GLOBAL_gb_src
Definition: MG_main.cxx:31