#ifdef __cplusplus extern "C" { #endif #ifndef ajseqdb_h #define ajseqdb_h /* ** Prototype definitions */ void ajSeqDbExit(void); void ajSeqdbInit(void); void ajSeqdbPrintAccess(AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif