Commit d20f1746 authored by Lev Walkin's avatar Lev Walkin

regenerated

parent 40b8a7ae
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
/*** <<< FWD-DECLS [Type] >>> ***/ /*** <<< FWD-DECLS [Type] >>> ***/
struct Epyt; struct EpytRef;
/*** <<< TYPE-DECLS [Type] >>> ***/ /*** <<< TYPE-DECLS [Type] >>> ***/
typedef struct Type { typedef struct Type {
struct data { struct data {
A_SEQUENCE_OF(struct Epyt) list; A_SEQUENCE_OF(struct EpytRef) list;
/* Context for parsing across buffer boundaries */ /* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx; asn_struct_ctx_t _asn_ctx;
......
...@@ -291,7 +291,7 @@ typedef enum Choice2_PR { ...@@ -291,7 +291,7 @@ typedef enum Choice2_PR {
/*** <<< FWD-DECLS [Choice2] >>> ***/ /*** <<< FWD-DECLS [Choice2] >>> ***/
struct Sequence; struct TypeRef;
struct Everything; struct Everything;
/*** <<< TYPE-DECLS [Choice2] >>> ***/ /*** <<< TYPE-DECLS [Choice2] >>> ***/
...@@ -299,7 +299,7 @@ struct Everything; ...@@ -299,7 +299,7 @@ struct Everything;
typedef struct Choice2 { typedef struct Choice2 {
Choice2_PR present; Choice2_PR present;
union Choice2_u { union Choice2_u {
struct Sequence *typeref; struct TypeRef *typeref;
/* /*
* This type is extensible, * This type is extensible,
* possible extensions are below. * possible extensions are below.
......
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