aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NULL.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/NULL.h
parentc4e4b684a540d548172317479f0795b5ada90b1f (diff)
asn1_* renamed into asn_*
Diffstat (limited to 'skeletons/NULL.h')
-rw-r--r--skeletons/NULL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/NULL.h b/skeletons/NULL.h
index 64c02f70..1a9f7030 100644
--- a/skeletons/NULL.h
+++ b/skeletons/NULL.h
@@ -13,7 +13,7 @@
*/
typedef int NULL_t;
-extern asn1_TYPE_descriptor_t asn1_DEF_NULL;
+extern asn_TYPE_descriptor_t asn_DEF_NULL;
asn_struct_print_f NULL_print;
der_type_encoder_f NULL_encode_der;