aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_list.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-12-24 01:17:41 +0000
committerEvan Huus <eapache@gmail.com>2013-12-24 01:17:41 +0000
commit1dfa4e2697c058482d29ae6985583e3a99ff31f1 (patch)
tree65d72e6aedb0740bf23a8bd73101dd281e137767 /epan/wmem/wmem_list.h
parent5f91a0afc7aabda4670bfb20616af6cbbfd0360d (diff)
Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that those
data-structures can be used with manually managed memory. svn path=/trunk/; revision=54432
Diffstat (limited to 'epan/wmem/wmem_list.h')
-rw-r--r--epan/wmem/wmem_list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/wmem/wmem_list.h b/epan/wmem/wmem_list.h
index 65bd0073db..a753070a47 100644
--- a/epan/wmem/wmem_list.h
+++ b/epan/wmem/wmem_list.h
@@ -95,6 +95,10 @@ wmem_list_t *
wmem_list_new(wmem_allocator_t *allocator)
G_GNUC_MALLOC;
+WS_DLL_PUBLIC
+void
+wmem_destroy_list(wmem_list_t *list);
+
/** @}
* @} */