Skip to content
Snippets Groups Projects
Commit 84109519 authored by Lev Walkin's avatar Lev Walkin
Browse files

api change

parent 5b7eeaff
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ static PDU_t * ...@@ -80,7 +80,7 @@ static PDU_t *
load_object_from(enum expectation expectation, char *fbuf, int size, enum der_or_xer how) { load_object_from(enum expectation expectation, char *fbuf, int size, enum der_or_xer how) {
asn_dec_rval_t rval; asn_dec_rval_t rval;
asn_dec_rval_t (*zer_decode)(struct asn_codec_ctx_s *, asn_dec_rval_t (*zer_decode)(struct asn_codec_ctx_s *,
asn_TYPE_descriptor_t *, void **, void *, size_t); asn_TYPE_descriptor_t *, void **, const void *, size_t);
PDU_t *st = 0; PDU_t *st = 0;
int csize = 1; int csize = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment