source: tags/ms_r16q2/MULTI_PROBE/mp_proto.hxx

Last change on this file was 14452, checked in by westram, 8 years ago
  • use typed callbacks in MULTI_PROBE
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : mp_proto.hxx                                           //
4//    Purpose   : Provide some prototypes                                //
5//                                                                       //
6//                                                                       //
7//  Coded by Ralf Westram (coder@reallysoft.de) in May 2003              //
8//  Copyright Department of Microbiology (Technical University Munich)   //
9//                                                                       //
10//  Visit our web site at: http://www.arb-home.de/                       //
11//                                                                       //
12//                                                                       //
13//  ==================================================================== //
14
15#ifndef MP_PROTO_HXX
16#define MP_PROTO_HXX
17
18void MP_Comment(AW_window *, const char *new_comment);
19
20void MP_gen_quality(AW_root *awr);
21
22void MP_new_sequence(AW_window *aww);
23
24void MP_cache_sonden(AW_window *aww);
25void MP_cache_sonden2(AW_root *aww);
26
27void MP_mark_probes_in_tree(AW_window *aww);
28
29void MP_gen_singleprobe(AW_root *awr);
30void MP_modify_selected(AW_root *awr);
31
32#else
33#error mp_proto.hxx included twice
34#endif // MP_PROTO_HXX
Note: See TracBrowser for help on using the repository browser.