source: tags/arb-6.0/RNACMA/dbconn.h

Last change on this file was 7895, checked in by westram, 13 years ago
  • added arb_rnacma (correlated mutation analysis) written by Breno Faria
    • fixed compilation and runtime errors
File size: 863 bytes
Line 
1// ============================================================== //
2//                                                                //
3//   File      : dbconn.h                                         //
4//   Purpose   : Connector to running ARB                         //
5//                                                                //
6//   Coded by Ralf Westram (coder@reallysoft.de) in August 2011   //
7//   Institute of Microbiology (Technical University Munich)      //
8//   http://www.arb-home.de/                                      //
9//                                                                //
10// ============================================================== //
11
12#ifndef DBCONN_H
13#define DBCONN_H
14
15#ifndef ARBDB_BASE_H
16#include <arbdb_base.h>
17#endif
18
19GBDATA *runningDatabase();
20
21#else
22#error dbconn.h included twice
23#endif // DBCONN_H
Note: See TracBrowser for help on using the repository browser.