X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.h;h=8ad6c75b2ba3f59ada95d1eef87c3df34b406adf;hb=HEAD;hp=7856dbf1452c73ccd42e03f5428c7bcf1c4980e8;hpb=c981a80699901eb3d513a4cc9355574a69016037;p=onak.git diff --git a/onak.h b/onak.h index 7856dbf..8ad6c75 100644 --- a/onak.h +++ b/onak.h @@ -29,6 +29,7 @@ typedef enum { ONAK_E_UNSUPPORTED_FEATURE, ONAK_E_BAD_SIGNATURE, ONAK_E_WEAK_SIGNATURE, + ONAK_E_IO_ERROR, } onak_status_t; #endif /* __ONAK_H__ */