diff options
Diffstat (limited to 'lib/cache.c')
-rw-r--r-- | lib/cache.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cache.c b/lib/cache.c index aa17ad8..415e471 100644 --- a/lib/cache.c +++ b/lib/cache.c @@ -410,6 +410,11 @@ void nl_cache_free(struct nl_cache *cache) __nl_cache_free(cache); } +void nl_cache_put(struct nl_cache *cache) +{ + return nl_cache_free(cache); +} + /** @} */ /** |