Make wmem_print_tree public.

This commit is contained in:
AndersBroman 2021-12-06 16:06:13 +00:00 committed by Wireshark GitLab Utility
parent 7cc0f7fe28
commit 3e0506dbe9
2 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,7 @@ libwsutil.so.0 libwsutil0 #MINVER#
wmem_multimap_new_autoreset@Base 3.7.0
wmem_multimap_remove32@Base 3.7.0
wmem_multimap_size@Base 3.7.0
wmem_print_tree@Base 3.7.0
wmem_realloc@Base 3.5.0
wmem_register_callback@Base 3.5.0
wmem_stack_peek@Base 3.5.0

View File

@ -229,6 +229,7 @@ wmem_tree_foreach(wmem_tree_t* tree, wmem_foreach_func callback,
/* Accepts callbacks to print the key and/or data (both printers can be null) */
WS_DLL_PUBLIC
void
wmem_print_tree(wmem_tree_t *tree, wmem_printer_func key_printer, wmem_printer_func data_printer);