[mv] Moving trie_new_from_hash to a module
This commit is contained in:
@@ -80,7 +80,6 @@ typedef struct trie {
|
||||
|
||||
trie_t *trie_new_alphabet(uint8_t *alphabet, uint32_t alphabet_size);
|
||||
trie_t *trie_new(void);
|
||||
trie_t *trie_new_from_hash(khash_t(str_uint32) *hash);
|
||||
|
||||
uint32_t trie_get_char_index(trie_t *self, unsigned char c);
|
||||
uint32_t trie_get_transition_index(trie_t *self, trie_node_t node, unsigned char c);
|
||||
|
||||
Reference in New Issue
Block a user