diff options
Diffstat (limited to 'filter/data.h')
-rw-r--r-- | filter/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/data.h b/filter/data.h index 45246f9f..6d4ca333 100644 --- a/filter/data.h +++ b/filter/data.h @@ -189,6 +189,8 @@ void trie_format(const struct f_trie *t, buffer *buf); const char *f_type_name(enum f_type t); +enum f_type f_type_element_type(enum f_type t); + int val_same(const struct f_val *v1, const struct f_val *v2); int val_compare(const struct f_val *v1, const struct f_val *v2); void val_format(const struct f_val *v, buffer *buf); |