aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/BIT_STRING.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/BIT_STRING.h
parentc4e4b684a540d548172317479f0795b5ada90b1f (diff)
asn1_* renamed into asn_*
Diffstat (limited to 'skeletons/BIT_STRING.h')
-rw-r--r--skeletons/BIT_STRING.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/BIT_STRING.h b/skeletons/BIT_STRING.h
index ff622a32..665d036d 100644
--- a/skeletons/BIT_STRING.h
+++ b/skeletons/BIT_STRING.h
@@ -9,7 +9,7 @@
typedef OCTET_STRING_t BIT_STRING_t; /* Implemented via OCTET STRING */
-extern asn1_TYPE_descriptor_t asn1_DEF_BIT_STRING;
+extern asn_TYPE_descriptor_t asn_DEF_BIT_STRING;
asn_struct_print_f BIT_STRING_print; /* Human-readable output */
asn_constr_check_f BIT_STRING_constraint;