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/NativeInteger.h b/skeletons/NativeInteger.h
index 5c1e5e4..4de0d66 100644
--- a/skeletons/NativeInteger.h
+++ b/skeletons/NativeInteger.h
@@ -14,7 +14,7 @@
 
 #include <asn_application.h>
 
-extern asn1_TYPE_descriptor_t asn1_DEF_NativeInteger;
+extern asn_TYPE_descriptor_t asn_DEF_NativeInteger;
 
 asn_struct_free_f  NativeInteger_free;
 asn_struct_print_f NativeInteger_print;