#ifdef __cplusplus extern "C" { #endif #ifndef ajtextdb_h #define ajtextdb_h /* ** Prototype definitions */ void ajTextdbExit(void); void ajTextdbInit(void); void ajTextdbPrintAccess(AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif