source: tags/cvs_2_svn/MERGE/mg_merge.hxx

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