diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h index 992f993c..f5b4876a 100644 --- a/include/cache.h +++ b/include/cache.h @@ -70,6 +70,7 @@ struct chain; void chain_cache_add(struct chain *chain, struct table *table); struct chain *chain_cache_find(const struct table *table, const char *name); void set_cache_add(struct set *set, struct table *table); +void set_cache_del(struct set *set); struct set *set_cache_find(const struct table *table, const char *name); struct cache { |