Commit 049a2d7d authored by Lev Walkin's avatar Lev Walkin

not pointers

parent 090262fd
......@@ -44,8 +44,8 @@ typedef struct asn_struct_ctx_s {
#include <constraints.h> /* Subtype constraints support */
#ifdef ASN_DISABLE_OER_SUPPORT
typedef void (*oer_type_decoder_f)();
typedef void (*oer_type_encoder_f)();
typedef void (oer_type_decoder_f)();
typedef void (oer_type_encoder_f)();
typedef struct{} asn_oer_constraints_t;
#else
#include <oer_decoder.h> /* Octet Encoding Rules encoder */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment