diff options
Diffstat (limited to 'src/basic/hashmap.h')
-rw-r--r-- | src/basic/hashmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h index 1b944e93b5..68d9b81cf2 100644 --- a/src/basic/hashmap.h +++ b/src/basic/hashmap.h @@ -444,4 +444,4 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(IteratedCache*, iterated_cache_free); #define _cleanup_iterated_cache_free_ _cleanup_(iterated_cache_freep) -void hashmap_cleanup_pools(void); +void hashmap_trim_pools(void); |