First implementation of taxonomy reading

This commit is contained in:
Celine Mercier
2016-03-11 13:56:38 +01:00
parent a08def47e6
commit 21d1b2ed3e
11 changed files with 960 additions and 2 deletions

View File

@ -102,6 +102,8 @@ extern int obi_errno;
*/
#define OBIVIEW_ERROR (21) /** Error while handling an OBIView
*/
#define OBI_TAXONOMY_ERROR (22) /** Error while handling binary taxonomy files
*/
/**@}*/
#endif /* OBIERRNO_H_ */