- added encoding_type_t mappings

This commit is contained in:
Martin Willi 2005-11-14 12:09:01 +00:00
parent b860cffd4f
commit 517c1af09f

View file

@ -281,6 +281,11 @@ enum encoding_type_e{
ATTRIBUTE_VALUE
};
/**
* mappings to map encoding_type_t's to strings
*/
extern mapping_t encoding_type_t_mappings[];
/**
* An encoding rule is a mapping of a specific encoding type to
* a location in the data struct where the current field is stored to