update it

This commit is contained in:
Sukchan Lee 2017-03-25 12:10:08 +09:00
parent 810da83b3b
commit 6146e33a51
8 changed files with 113 additions and 14 deletions

View file

@ -102,7 +102,7 @@ typedef struct _tlv_int32_t {
/* Octets */
typedef struct _tlv_octet_t {
tlv_presence_t presence;
c_uint8_t *data;
void *data;
c_uint32_t len;
} tlv_octet_t;