Index: obj_term.h =================================================================== --- obj_term.h (revision 10693) +++ obj_term.h (revision 10694) @@ -42,6 +42,8 @@ typedef enum pcb_term_err_e { PCB_TERM_ERR_SUCCESS = 0, PCB_TERM_ERR_ALREADY_TERMINAL, /* object is already in a terminal, can not be added in another */ + PCB_TERM_ERR_NOT_IN_TERMINAL, /* object is not part of any terminal */ + PCB_TERM_ERR_TERM_NOT_FOUND, PCB_TERM_ERR_INVALID_NAME } pcb_term_err_t;