diff options
Diffstat (limited to 'include/cache.h')
-rw-r--r-- | include/cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cache.h b/include/cache.h index 442a563..e2e2e34 100644 --- a/include/cache.h +++ b/include/cache.h @@ -82,7 +82,8 @@ struct us_conntrack *cache_add(struct cache *c, struct nf_conntrack *ct); struct us_conntrack *cache_update(struct cache *c, struct nf_conntrack *ct); struct us_conntrack *cache_update_force(struct cache *c, struct nf_conntrack *ct); int cache_del(struct cache *c, struct nf_conntrack *ct); -struct us_conntrack *cache_del_timeout(struct cache *c, struct nf_conntrack *ct, int timeout); +int __cache_del_timer(struct cache *c, struct us_conntrack *u, int timeout); +struct us_conntrack *cache_find(struct cache *c, struct nf_conntrack *ct); int cache_test(struct cache *c, struct nf_conntrack *ct); void cache_stats(const struct cache *c, int fd); struct us_conntrack *cache_get_conntrack(struct cache *, void *); |