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/constr_CHOICE.h b/skeletons/constr_CHOICE.h
index 4e29641..8cd323a 100644
--- a/skeletons/constr_CHOICE.h
+++ b/skeletons/constr_CHOICE.h
@@ -7,7 +7,7 @@
 
 #include <asn_application.h>
 
-typedef struct asn1_CHOICE_specifics_s {
+typedef struct asn_CHOICE_specifics_s {
 	/*
 	 * Target structure description.
 	 */
@@ -19,14 +19,14 @@
 	/*
 	 * Tags to members mapping table.
 	 */
-	asn1_TYPE_tag2member_t *tag2el;
+	asn_TYPE_tag2member_t *tag2el;
 	int tag2el_count;
 
 	/*
 	 * Extensions-related stuff.
 	 */
 	int extensible;			/* Whether CHOICE is extensible */
-} asn1_CHOICE_specifics_t;
+} asn_CHOICE_specifics_t;
 
 /*
  * A set specialized functions dealing with the CHOICE type.