From eba7f0e2713a55b2516df97999a3995476a7c166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 9 Feb 2019 01:19:43 +0100 Subject: Add support for full tree printing. --- trie.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trie.h') diff --git a/trie.h b/trie.h index 77d0020f..9acbe300 100644 --- a/trie.h +++ b/trie.h @@ -49,4 +49,6 @@ FREE_F(TRIE(TYPE)); int TRIE_DOT(TYPE) ( TRIE(TYPE)*, FILE* ); int TRIE_DOT_HELP(TYPE) ( TRIE_NODE(TYPE)*, FILE* ); +int EMPTY(TRIE(TYPE))(TRIE(TYPE)*); + #endif /* TYPE */ -- cgit v1.2.3