| Line | |
|---|
| 1 | // ================================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : ptclean.h // |
|---|
| 4 | // Purpose : prepare db for ptserver/ptpan // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in September 2011 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // ================================================================= // |
|---|
| 11 | |
|---|
| 12 | #ifndef PTCLEAN_H |
|---|
| 13 | #define PTCLEAN_H |
|---|
| 14 | |
|---|
| 15 | #ifndef ARBDB_BASE_H |
|---|
| 16 | #include <arbdb_base.h> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | GB_ERROR cleanup_ptserver_database(GBDATA *gb_main); |
|---|
| 20 | |
|---|
| 21 | #else |
|---|
| 22 | #error ptclean.h included twice |
|---|
| 23 | #endif // PTCLEAN_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.