XER support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@365 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/INTEGER.h b/skeletons/INTEGER.h
index ef4d3f2..8e3c545 100644
--- a/skeletons/INTEGER.h
+++ b/skeletons/INTEGER.h
@@ -14,10 +14,11 @@
 
 extern asn1_TYPE_descriptor_t asn1_DEF_INTEGER;
 
+asn_struct_free_f INTEGER_free;
+asn_struct_print_f INTEGER_print;
 ber_type_decoder_f INTEGER_decode_ber;
 der_type_encoder_f INTEGER_encode_der;
-asn_struct_print_f INTEGER_print;
-asn_struct_free_f INTEGER_free;
+xer_type_encoder_f INTEGER_encode_xer;
 
 /***********************************
  * Some handy conversion routines. *