#ifdef __cplusplus extern "C" { #endif #ifndef ajvardb_h #define ajvardb_h /* ** Prototype definitions */ void ajVardbExit(void); void ajVardbInit(void); void ajVardbPrintAccess (AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif