- renamed mappings
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include "encodings.h"
|
#include "encodings.h"
|
||||||
|
|
||||||
|
|
||||||
mapping_t encoding_type_t_mappings[] = {
|
mapping_t encoding_type_m[] = {
|
||||||
{U_INT_4, "U_INT_4"},
|
{U_INT_4, "U_INT_4"},
|
||||||
{U_INT_8, "U_INT_8"},
|
{U_INT_8, "U_INT_8"},
|
||||||
{U_INT_16, "U_INT_16"},
|
{U_INT_16, "U_INT_16"},
|
||||||
|
|||||||
@@ -312,7 +312,7 @@ enum encoding_type_e{
|
|||||||
/**
|
/**
|
||||||
* mappings to map encoding_type_t's to strings
|
* mappings to map encoding_type_t's to strings
|
||||||
*/
|
*/
|
||||||
extern mapping_t encoding_type_t_mappings[];
|
extern mapping_t encoding_type_m[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An encoding rule is a mapping of a specific encoding type to
|
* An encoding rule is a mapping of a specific encoding type to
|
||||||
|
|||||||
Reference in New Issue
Block a user