Commit 9ded96c6 authored by Lev Walkin's avatar Lev Walkin

constness in tests

parent cf3f6ebb
......@@ -88,7 +88,7 @@ typedef ENUMERATED_t SimpleType_t;
/*** <<< FUNC-DECLS [SimpleType] >>> ***/
extern asn_TYPE_descriptor_t asn_DEF_SimpleType;
extern asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1;
extern const asn_INTEGER_specifics_t asn_SPC_SimpleType_specs_1;
asn_struct_free_f SimpleType_free;
asn_struct_print_f SimpleType_print;
asn_constr_check_f SimpleType_constraint;
......
......@@ -705,7 +705,7 @@ typedef ENUMERATED_t EnumType_t;
/*** <<< FUNC-DECLS [EnumType] >>> ***/
extern asn_TYPE_descriptor_t asn_DEF_EnumType;
extern asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1;
extern const asn_INTEGER_specifics_t asn_SPC_EnumType_specs_1;
asn_struct_free_f EnumType_free;
asn_struct_print_f EnumType_print;
asn_constr_check_f EnumType_constraint;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment