#ifdef __cplusplus extern "C" { #endif #ifndef ajfeatdb_h #define ajfeatdb_h /* ** Prototype definitions */ void ajFeatdbExit(void); void ajFeatdbInit(void); void ajFeatdbPrintAccess(AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif