[expansion] dictionary_type_t enum instead of uint64_t

This commit is contained in:
Al
2015-07-16 03:49:31 -04:00
parent f713c53993
commit 5f2be3022b

View File

@@ -4,7 +4,7 @@
typedef struct address_expansion_rule {
char *phrase;
uint64_t dictionary;
dictionary_type_t dictionary;
int32_t canonical_index;
} address_expansion_rule_t;