source: tags/arb_5.1/MERGE/mg_merge.hxx

Last change on this file was 5675, checked in by westram, 16 years ago
  • removed automatic timestamps (the best they were good for, were vc-conflicts)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : mg_merge.hxx                                      //
4//   Purpose   : Merge tool external interface                     //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in March 2008     //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef MG_MERGE_HXX
13#define MG_MERGE_HXX
14
15extern GBDATA *GLOBAL_gb_merge;
16extern GBDATA *GLOBAL_gb_dest;
17extern GBDATA *GLOBAL_gb_main;
18
19AW_window *create_MG_main_window(AW_root *aw_root);
20void       MG_create_all_awars(AW_root *awr, AW_default aw_def, const char *fname_one = "db1.arb", const char *fname_two = "db2.arb");
21void       MG_start_cb2(AW_window *aww, AW_root *aw_root, bool save_enabled, bool dest_is_new); // uses loaded databases
22GB_ERROR   MG_simple_merge(AW_root *awr); // simple merge of species
23
24#else
25#error mg_merge.hxx included twice
26#endif
Note: See TracBrowser for help on using the repository browser.