summaryrefslogtreecommitdiffstats
path: root/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter.h')
-rw-r--r--filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter.h b/filter.h
index dca864a3..40602f51 100644
--- a/filter.h
+++ b/filter.h
@@ -32,5 +32,6 @@ val trie_value_at(val node);
val trie_lookup_feed_char(val node, val ch);
val get_filter_trie(val sym);
val filter_string(val trie, val str);
+val register_filter(val sym, val table);
void filter_init(void);