root/trunk/AWTI/awti_import.hxx

Revision 7812, 1.2 KB (checked in by westram, 10 months ago)

merge from dev [7751] [7752]

  • updated many old-style typedefs (typedef struct/enum)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1// =========================================================== //
2//                                                             //
3//   File      : awti_import.hxx                               //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef AWTI_IMPORT_HXX
12#define AWTI_IMPORT_HXX
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17
18
19#define AWAR_READ_GENOM_DB "tmp/import/genom_db"
20
21enum AWTI_ImportType { IMP_GENOME_FLATFILE, IMP_PLAIN_SEQUENCE };
22
23#define AWTC_RCB(func) void (*func)(AW_root*, AW_CL, AW_CL)
24
25GBDATA *open_AWTC_import_window(AW_root *awr, const char *defname, bool do_exit, GBDATA *gb_main, AWTC_RCB(func), AW_CL cd1, AW_CL cd2);
26void    AWTC_import_set_ali_and_type(AW_root *awr, const char *ali_name, const char *ali_type, GBDATA *gbmain);
27
28
29#else
30#error awti_import.hxx included twice
31#endif // AWTI_IMPORT_HXX
Note: See TracBrowser for help on using the browser.