X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=onak.h;h=7856dbf1452c73ccd42e03f5428c7bcf1c4980e8;hp=3513a8d7dcb2fcaec6d7ff5ee67e7bc70fee05c8;hb=6d60149434eed130c201d4d670ce7b3be5c2866b;hpb=a35f560f0c11ee4bb8e56e112452ac292692a10b diff --git a/onak.h b/onak.h index 3513a8d..7856dbf 100644 --- a/onak.h +++ b/onak.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __ONAK_H__ @@ -28,6 +27,8 @@ typedef enum { ONAK_E_INVALID_PKT, ONAK_E_UNKNOWN_VER, ONAK_E_UNSUPPORTED_FEATURE, + ONAK_E_BAD_SIGNATURE, + ONAK_E_WEAK_SIGNATURE, } onak_status_t; #endif /* __ONAK_H__ */