Branch to refactor and debug (AVLs bugged)
This commit is contained in:
@ -104,6 +104,14 @@ extern int obi_errno;
|
||||
*/
|
||||
#define OBI_TAXONOMY_ERROR (22) /** Error while handling binary taxonomy files
|
||||
*/
|
||||
#define OBI_MALLOC_ERROR (23) /** Error while allocating memory
|
||||
*/
|
||||
#define OBI_ENCODE_ERROR (24) /** Error while encoding a value
|
||||
*/
|
||||
#define OBI_DECODE_ERROR (25) /** Error while decoding a value
|
||||
*/
|
||||
#define OBI_UTILS_ERROR (26) /** Error in a utils function
|
||||
*/
|
||||
/**@}*/
|
||||
|
||||
#endif /* OBIERRNO_H_ */
|
||||
|
Reference in New Issue
Block a user