aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1c/ber_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asn1c/ber_decoder.h')
-rw-r--r--include/asn1c/ber_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asn1c/ber_decoder.h b/include/asn1c/ber_decoder.h
index 768133b..9fe2e89 100644
--- a/include/asn1c/ber_decoder.h
+++ b/include/asn1c/ber_decoder.h
@@ -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,