aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/GeneralizedTime.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-22 16:06:28 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-22 16:06:28 +0000
commit39ba4c41d5ed916a957d28fe3a5027ce80cbed5a (patch)
tree3ca369d58e29a24dc08ec01d4a3e4cac2020fe26 /skeletons/GeneralizedTime.h
parentcbebb81cd4625de826089b9eabdfb7632cadff22 (diff)
XER support
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@365 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/GeneralizedTime.h')
-rw-r--r--skeletons/GeneralizedTime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/GeneralizedTime.h b/skeletons/GeneralizedTime.h
index a7a8a4a2..06b4ca5f 100644
--- a/skeletons/GeneralizedTime.h
+++ b/skeletons/GeneralizedTime.h
@@ -12,9 +12,10 @@ typedef OCTET_STRING_t GeneralizedTime_t; /* Implemented using OCTET STRING */
extern asn1_TYPE_descriptor_t asn1_DEF_GeneralizedTime;
+asn_struct_print_f GeneralizedTime_print;
asn_constr_check_f GeneralizedTime_constraint;
der_type_encoder_f GeneralizedTime_encode_der;
-asn_struct_print_f GeneralizedTime_print;
+xer_type_encoder_f GeneralizedTime_encode_xer;
/***********************
* Some handy helpers. *