|
Last change
on this file was
14452,
checked in by westram, 10 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 | |
|---|
| 18 | void MP_Comment(AW_window *, const char *new_comment); |
|---|
| 19 | |
|---|
| 20 | void MP_gen_quality(AW_root *awr); |
|---|
| 21 | |
|---|
| 22 | void MP_new_sequence(AW_window *aww); |
|---|
| 23 | |
|---|
| 24 | void MP_cache_sonden(AW_window *aww); |
|---|
| 25 | void MP_cache_sonden2(AW_root *aww); |
|---|
| 26 | |
|---|
| 27 | void MP_mark_probes_in_tree(AW_window *aww); |
|---|
| 28 | |
|---|
| 29 | void MP_gen_singleprobe(AW_root *awr); |
|---|
| 30 | void 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.