#ifdef __cplusplus extern "C" { #endif #ifndef ajurldb_h #define ajurldb_h /* ** Prototype definitions */ void ajUrldbExit(void); void ajUrldbInit(void); void ajUrldbPrintAccess (AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif