aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/VideotexString.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/VideotexString.c')
-rw-r--r--skeletons/VideotexString.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/skeletons/VideotexString.c b/skeletons/VideotexString.c
index 3520471d..fa6892ec 100644
--- a/skeletons/VideotexString.c
+++ b/skeletons/VideotexString.c
@@ -8,11 +8,11 @@
/*
* VideotexString basic type description.
*/
-static ber_tlv_tag_t asn1_DEF_VideotexString_tags[] = {
+static ber_tlv_tag_t asn_DEF_VideotexString_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (21 << 2)), /* [UNIVERSAL 21] IMPLICIT */
(ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
};
-asn1_TYPE_descriptor_t asn1_DEF_VideotexString = {
+asn_TYPE_descriptor_t asn_DEF_VideotexString = {
"VideotexString",
OCTET_STRING_free,
OCTET_STRING_print, /* non-ascii string */
@@ -22,12 +22,12 @@ asn1_TYPE_descriptor_t asn1_DEF_VideotexString = {
0, /* Not implemented yet */
OCTET_STRING_encode_xer, /* Implemented in terms of OCTET STRING */
0, /* Use generic outmost tag fetcher */
- asn1_DEF_VideotexString_tags,
- sizeof(asn1_DEF_VideotexString_tags)
- / sizeof(asn1_DEF_VideotexString_tags[0]) - 1,
- asn1_DEF_VideotexString_tags,
- sizeof(asn1_DEF_VideotexString_tags)
- / sizeof(asn1_DEF_VideotexString_tags[0]),
+ asn_DEF_VideotexString_tags,
+ sizeof(asn_DEF_VideotexString_tags)
+ / sizeof(asn_DEF_VideotexString_tags[0]) - 1,
+ asn_DEF_VideotexString_tags,
+ sizeof(asn_DEF_VideotexString_tags)
+ / sizeof(asn_DEF_VideotexString_tags[0]),
0, 0, /* No members */
0 /* No specifics */
};