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

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

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 826 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_NDS_HXX
8#define GEN_NDS_HXX
9
10void       GEN_create_nds_vars(AW_root *aw_root,AW_default awdef,GBDATA *gb_main, GB_CB NDS_changed_callback);
11AW_window *GEN_open_nds_window(AW_root *aw_root,AW_CL cgb_main);
12void       GEN_make_node_text_init(GBDATA *gb_main);
13char      *GEN_make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int mode);
14
15#else
16#error GEN_nds.hxx included twice
17#endif // GEN_NDS_HXX
Note: See TracBrowser for help on using the repository browser.