chore: fix repo compilation after rebase with main
This commit is contained in:
parent
acbe8dc314
commit
7913201f89
15 changed files with 15 additions and 26 deletions
7
src/trie/trie_entry.h
Normal file
7
src/trie/trie_entry.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "trie.h"
|
||||
|
||||
EntryType entry_type_from_char(char c);
|
||||
|
||||
char entry_type_to_char(EntryType et);
|
||||
|
||||
Entry *entry_new(EntryType type, const char *string);
|
||||
Loading…
Add table
Add a link
Reference in a new issue