#ifdef __cplusplus extern "C" { #endif #ifndef AjPXMLDB_H #define AjPXMLDB_H /* ** Prototype definitions */ void ajXmldbExit(void); void ajXmldbInit(void); void ajXmldbPrintAccess (AjPFile outf, AjBool full); /* ** End of prototype definitions */ #endif #ifdef __cplusplus } #endif