aboutsummaryrefslogtreecommitdiffstats
path: root/tests/66-ref-simple-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-07-13 11:19:01 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-07-13 11:19:01 +0000
commitaf68ef5391bbaf45aaaaf52e2188aa70518321b5 (patch)
tree4a3cb942269f507b8fde8b50bb9bc5cd4d6330be /tests/66-ref-simple-OK.asn1.-P
parentffc852398f0bbf5de3bde5c56bbf4aee44859e9f (diff)
*** empty log message ***
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1116 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/66-ref-simple-OK.asn1.-P')
-rw-r--r--tests/66-ref-simple-OK.asn1.-P4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/66-ref-simple-OK.asn1.-P b/tests/66-ref-simple-OK.asn1.-P
index b424e478..b6dc5ced 100644
--- a/tests/66-ref-simple-OK.asn1.-P
+++ b/tests/66-ref-simple-OK.asn1.-P
@@ -95,10 +95,10 @@ xer_type_encoder_f SimpleType_encode_xer;
int
SimpleType_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
- asn_app_consume_bytes_f *app_errlog, void *app_key) {
+ asn_app_constraint_failed_f *ctfailcb, void *app_key) {
/* Replace with underlying type checker */
td->check_constraints = asn_DEF_ENUMERATED.check_constraints;
- return td->check_constraints(td, sptr, app_errlog, app_key);
+ return td->check_constraints(td, sptr, ctfailcb, app_key);
}
/*