X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftrie.h;h=ddf984a6ec48ca8fc5a4da6c249d57cc23bdd4ac;hb=d229b104fb45ef8a5b968da80383f571625fa976;hp=96fa75dc0e54a618b1818d4cb64275c4ed18fcfe;hpb=4694ac125f0dd752126de3f3f4e81b406cdd98e6;p=apps%2Fpfixtools.git diff --git a/common/trie.h b/common/trie.h index 96fa75d..ddf984a 100644 --- a/common/trie.h +++ b/common/trie.h @@ -39,6 +39,7 @@ #include "common.h" typedef struct trie_t trie_t; +PARRAY(trie_t) trie_t *trie_new(void); void trie_delete(trie_t **trie);