chore: fix repo compilation after rebase with main

This commit is contained in:
Jef Roosens 2023-05-29 18:40:36 +02:00
parent acbe8dc314
commit 7913201f89
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
15 changed files with 15 additions and 26 deletions

7
src/trie/trie_entry.h Normal file
View 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);