asn1_* renamed into asn_*


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@446 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/NULL.h b/skeletons/NULL.h
index 64c02f7..1a9f703 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;