aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_user_cb_int.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-16 22:07:24 +0000
committerEvan Huus <eapache@gmail.com>2013-06-16 22:07:24 +0000
commit88c5b2e892cc8cdec153e146ffdd37bb315a8166 (patch)
tree55ce91ca0d2a6936738c7720b454b44c101f0aaf /epan/wmem/wmem_user_cb_int.h
parent3924ed9020191aaa38303c634bd6b2e000c29ffe (diff)
Rework the user callback code a bit to make it saner to use with the auto-reset
trees. svn path=/trunk/; revision=49966
Diffstat (limited to 'epan/wmem/wmem_user_cb_int.h')
-rw-r--r--epan/wmem/wmem_user_cb_int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/wmem/wmem_user_cb_int.h b/epan/wmem/wmem_user_cb_int.h
index a8bae60666..d4ff7abde1 100644
--- a/epan/wmem/wmem_user_cb_int.h
+++ b/epan/wmem/wmem_user_cb_int.h
@@ -31,9 +31,11 @@ extern "C" {
#endif /* __cplusplus */
#include <glib.h>
+#include <wmem_user_cb.h>
+WS_DLL_LOCAL
void
-wmem_call_cleanup_callbacks(wmem_allocator_t *allocator, gboolean final);
+wmem_call_cleanup_callbacks(wmem_allocator_t *allocator, wmem_cb_event_t event);
#ifdef __cplusplus
}