#ifdef __cplusplus extern "C" { #endif #ifndef ajassemdb_h #define ajassemdb_h /* ** Prototype definitions */ void ajAssemdbExit(void); void ajAssemdbInit(void); void ajAssemdbPrintAccess(AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif