From b36317c2a857f0478b016c154342d0a71e7a6095 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Fri, 12 Aug 2005 10:09:10 +0000 Subject: restructured member variable names --- libasn1parser/asn1p_y.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libasn1parser/asn1p_y.h') diff --git a/libasn1parser/asn1p_y.h b/libasn1parser/asn1p_y.h index 71417b36..2862195a 100644 --- a/libasn1parser/asn1p_y.h +++ b/libasn1parser/asn1p_y.h @@ -7,6 +7,7 @@ typedef union { asn1p_constraint_t *a_constr; /* Constraint */ enum asn1p_constraint_type_e a_ctype;/* Constraint type */ asn1p_xports_t *a_xports; /* IMports/EXports */ + struct AssignedIdentifier a_aid; /* Assigned Identifier */ asn1p_oid_t *a_oid; /* Object Identifier */ asn1p_oid_arc_t a_oid_arc; /* Single OID's arc */ struct asn1p_type_tag_s a_tag; /* A tag */ -- cgit v1.2.3