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/RELATIVE-OID.h b/skeletons/RELATIVE-OID.h
index 855391c..9435172 100644
--- a/skeletons/RELATIVE-OID.h
+++ b/skeletons/RELATIVE-OID.h
@@ -10,7 +10,7 @@
 /* Implemented via OBJECT IDENTIFIER */
 typedef OBJECT_IDENTIFIER_t RELATIVE_OID_t;
 
-extern asn1_TYPE_descriptor_t asn1_DEF_RELATIVE_OID;
+extern asn_TYPE_descriptor_t asn_DEF_RELATIVE_OID;
 
 asn_struct_print_f RELATIVE_OID_print;
 xer_type_encoder_f RELATIVE_OID_encode_xer;