Commit 8801ad0f authored by Senthil Prabakaran's avatar Senthil Prabakaran Committed by Mouse

Add struct definition

parent f8ac894f
......@@ -6,6 +6,11 @@
#include <asn_internal.h>
#include <constr_SET_OF.h>
typedef struct jer_tmp_enc_s {
void *buffer;
size_t offset;
size_t size;
} jer_tmp_enc_t;
static int
SET_OF_encode_jer_callback(const void *buffer, size_t size, void *key) {
......
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