- enum StringType { MIXED, PKGNAME, VERSION, SECTION };
- map_stringitem_t StoreString(enum StringType const type, const char * S, unsigned int const Size);
+ enum StringType { MIXED, PKGNAME, VERSIONNUMBER, SECTION };
+ map_stringitem_t StoreString(StringType const type, const char * S, unsigned int const Size);