#ifndef ENSSOFTWARE_H #define ENSSOFTWARE_H /* ==================================================================== */ /* ========================== include files =========================== */ /* ==================================================================== */ #include "ajax.h" AJ_BEGIN_DECLS /* ==================================================================== */ /* ============================ constants ============================= */ /* ==================================================================== */ extern const char* ensSoftwareVersion; /* ==================================================================== */ /* ========================== public data ============================= */ /* ==================================================================== */ /* ==================================================================== */ /* ======================= public functions =========================== */ /* ==================================================================== */ /* ** Prototype definitions */ /* Ensembl Software */ const char* ensSoftwareGetVersion(void); /* ** End of prototype definitions */ AJ_END_DECLS #endif /* !ENSSOFTWARE_H */