#ifdef __cplusplus extern "C" { #endif #ifndef ajtaxdb_h #define ajtaxdb_h /* ** Prototype definitions */ void ajTaxdbExit(void); void ajTaxdbInit(void); void ajTaxdbPrintAccess(AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif