aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/BMPString.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-29 13:26:15 +0000
committerLev Walkin <vlm@lionet.info>2004-09-29 13:26:15 +0000
commit5e03376b84237e946c3c2a933e804cf53f4619d7 (patch)
tree297e445619c4e85fde004765a5202686b1734f1c /skeletons/BMPString.h
parentc4e4b684a540d548172317479f0795b5ada90b1f (diff)
asn1_* renamed into asn_*
Diffstat (limited to 'skeletons/BMPString.h')
-rw-r--r--skeletons/BMPString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/BMPString.h b/skeletons/BMPString.h
index 2860e6ba..3ff2baf3 100644
--- a/skeletons/BMPString.h
+++ b/skeletons/BMPString.h
@@ -9,7 +9,7 @@
typedef OCTET_STRING_t BMPString_t; /* Implemented via OCTET STRING */
-extern asn1_TYPE_descriptor_t asn1_DEF_BMPString;
+extern asn_TYPE_descriptor_t asn_DEF_BMPString;
asn_struct_print_f BMPString_print; /* Human-readable output */
xer_type_encoder_f BMPString_encode_xer;