X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftrie.h;h=a0fd6ac56ec63fbb21d9a35e64d6c51f12e29c3e;hb=87a5fb7f3d8be835f151f0534e5b36bd9583f1c5;hp=7a132c9ddadeebf879e78535c7b25d7699284487;hpb=4967e5b5d3bba84232eebf9763eb214ef395e061;p=apps%2Fpfixtools.git diff --git a/common/trie.h b/common/trie.h index 7a132c9..a0fd6ac 100644 --- a/common/trie.h +++ b/common/trie.h @@ -52,4 +52,7 @@ bool trie_lock(trie_t *trie); */ __attribute__((nonnull(1,2))) bool trie_lookup(const trie_t *trie, const char* key); +__attribute__((nonnull(1))) +void trie_inspect(const trie_t *trie); + #endif