We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c79dd commit d6ee83fCopy full SHA for d6ee83f
include/nat20/error.h
@@ -67,6 +67,7 @@ enum n20_error_s {
67
n20_error_unexpected_message_structure_e = 12,
68
n20_error_unrecognized_request_type_e = 13,
69
n20_error_write_position_overflow_e = 14,
70
+ n20_error_incompatible_compressed_input_size_e = 15,
71
/**
72
* @brief The crypto context given to an interface was invalid.
73
*
0 commit comments