source: tags/arb_5.1/SECEDIT/secedit_extern.hxx

Last change on this file was 5675, checked in by westram, 15 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: 900 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : secedit_extern.hxx                                //
4//   Purpose   : external interface                                //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in July 2007      //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef SECEDIT_EXTERN_HXX
13#define SECEDIT_EXTERN_HXX
14
15AW_window *SEC_create_main_window(AW_root *awr, GBDATA *gb_main);
16
17
18#else
19#error secedit_extern.hxx included twice
20#endif // SECEDIT_EXTERN_HXX
Note: See TracBrowser for help on using the repository browser.