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/INTEGER.h b/skeletons/INTEGER.h
index b42321b..eb7e9c9 100644
--- a/skeletons/INTEGER.h
+++ b/skeletons/INTEGER.h
@@ -10,7 +10,7 @@
 
 typedef ASN__PRIMITIVE_TYPE_t INTEGER_t;
 
-extern asn1_TYPE_descriptor_t asn1_DEF_INTEGER;
+extern asn_TYPE_descriptor_t asn_DEF_INTEGER;
 
 asn_struct_print_f INTEGER_print;
 ber_type_decoder_f INTEGER_decode_ber;
@@ -26,6 +26,6 @@
  * -1/EINVAL: Mandatory argument missing
  * -1/ERANGE: Value encoded is out of range for long representation
  */
-int asn1_INTEGER2long(const INTEGER_t *i, long *l);
+int asn_INTEGER2long(const INTEGER_t *i, long *l);
 
 #endif	/* _INTEGER_H_ */