mirror of https://gerrit.osmocom.org/asn1c
some helpful hint
parent
d0a5e0c70d
commit
c73eea5619
|
@ -17,6 +17,7 @@ struct asn_codec_ctx_s; /* Forward declaration */
|
|||
/*
|
||||
* The BER decoder of any type.
|
||||
* This function may be invoked directly from the application.
|
||||
* The der_encode() function (der_encoder.h) is an opposite to ber_decode().
|
||||
*/
|
||||
asn_dec_rval_t ber_decode(struct asn_codec_ctx_s *opt_codec_ctx,
|
||||
struct asn_TYPE_descriptor_s *type_descriptor,
|
||||
|
|
|
@ -15,6 +15,7 @@ struct asn_TYPE_descriptor_s; /* Forward declaration */
|
|||
|
||||
/*
|
||||
* The DER encoder of any type. May be invoked by the application.
|
||||
* The ber_decode() function (ber_decoder.h) is an opposite of der_encode().
|
||||
*/
|
||||
asn_enc_rval_t der_encode(struct asn_TYPE_descriptor_s *type_descriptor,
|
||||
void *struct_ptr, /* Structure to be encoded */
|
||||
|
|
Loading…
Reference in New Issue