Last change
on this file was
11060,
checked in by westram, 11 years ago
|
- reintegrates 'ptsfix' into 'trunk':
- adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358
|
File size:
986 bytes
|
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 | enum Servertype { |
---|
20 | PTSERVER, |
---|
21 | PTPAN |
---|
22 | }; |
---|
23 | |
---|
24 | GB_ERROR cleanup_ptserver_database(GBDATA *gb_main, Servertype type); |
---|
25 | |
---|
26 | #else |
---|
27 | #error ptclean.h included twice |
---|
28 | #endif // PTCLEAN_H |
---|
Note: See
TracBrowser
for help on using the repository browser.