source: tags/arb_5.3/GENOM/GEN_interface.hxx

Last change on this file was 312, checked in by westram, 23 years ago

fixes for compiling Solaris debugging version

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 721 bytes
Line 
1/*********************************************************************************
2 *  Coded by Ralf Westram (coder@reallysoft.de) in 2001                          *
3 *  Institute of Microbiology (Technical University Munich)                      *
4 *  http://www.mikro.biologie.tu-muenchen.de/                                    *
5 *********************************************************************************/
6
7#ifndef GEN_INTERFACE_HXX
8#define GEN_INTERFACE_HXX
9
10extern struct ad_item_selector GEN_item_selector;
11
12// internal helpers :
13extern "C" GB_ERROR GEN_mark_organism_or_corresponding_organism(GBDATA *gb_species, int *client_data);
14
15#else
16#error GEN_interface.hxx included twice
17#endif // GEN_INTERFACE_HXX
Note: See TracBrowser for help on using the repository browser.