summaryrefslogtreecommitdiffstats
path: root/lib/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cache.c')
-rw-r--r--lib/cache.c5
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);
+}
+
/** @} */
/**