source: tags/arb_5.2/NTREE/NT_trackAliChanges.h

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: 979 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : NT_trackAliChanges.h                              //
4//   Purpose   : Track alignment and sequence changes              //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in June 2007      //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef NT_TRACKALICHANGES_H
13#define NT_TRACKALICHANGES_H
14
15void       NT_create_trackAliChanges_Awars(AW_root *root, AW_default aw_def);
16AW_window *NT_create_trackAliChanges_window(AW_root *root);
17
18#else
19#error NT_trackAliChanges.h included twice
20#endif // NT_TRACKALICHANGES_H
Note: See TracBrowser for help on using the repository browser.