aboutsummaryrefslogtreecommitdiffstats
path: root/tests/98-attribute-class-OK.asn1.-P
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-07-13 11:19:01 +0000
committerLev Walkin <vlm@lionet.info>2006-07-13 11:19:01 +0000
commit1eded3544e880b2a2c9ee122ace2c64710d04981 (patch)
tree4a3cb942269f507b8fde8b50bb9bc5cd4d6330be /tests/98-attribute-class-OK.asn1.-P
parent397d59d448f62adf830af96dabdae97c294a7765 (diff)
*** empty log message ***
Diffstat (limited to 'tests/98-attribute-class-OK.asn1.-P')
-rw-r--r--tests/98-attribute-class-OK.asn1.-P4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/98-attribute-class-OK.asn1.-P b/tests/98-attribute-class-OK.asn1.-P
index c018f87c..a200048a 100644
--- a/tests/98-attribute-class-OK.asn1.-P
+++ b/tests/98-attribute-class-OK.asn1.-P
@@ -23,7 +23,7 @@ extern asn_TYPE_descriptor_t asn_DEF_Attribute;
static int
memb_identifier_constraint_1(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) {
if(!sptr) {
_ASN_ERRLOG(app_errlog, app_key,
@@ -37,7 +37,7 @@ memb_identifier_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
/* Nothing is here. See below */
}
- return td->check_constraints(td, sptr, app_errlog, app_key);
+ return td->check_constraints(td, sptr, ctfailcb, app_key);
}