aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/INTEGER_oer.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/INTEGER_oer.c')
-rw-r--r--skeletons/INTEGER_oer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skeletons/INTEGER_oer.c b/skeletons/INTEGER_oer.c
index b90698ff..3462f7cf 100644
--- a/skeletons/INTEGER_oer.c
+++ b/skeletons/INTEGER_oer.c
@@ -11,7 +11,7 @@
asn_dec_rval_t
INTEGER_decode_oer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
- asn_oer_constraints_t *constraints, void **sptr,
+ const asn_oer_constraints_t *constraints, void **sptr,
const void *ptr, size_t size) {
asn_INTEGER_specifics_t *specs = (asn_INTEGER_specifics_t *)td->specifics;
asn_dec_rval_t rval = {RC_OK, 0};
@@ -99,7 +99,7 @@ INTEGER_decode_oer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
*/
asn_enc_rval_t
INTEGER_encode_oer(asn_TYPE_descriptor_t *td,
- asn_oer_constraints_t *constraints, void *sptr,
+ const asn_oer_constraints_t *constraints, void *sptr,
asn_app_consume_bytes_f *cb, void *app_key) {
const INTEGER_t *st = sptr;
asn_enc_rval_t er;