From 8dee75cf6892c6574fedc0970402d5c4a10b197d Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Thu, 5 Oct 2006 16:25:13 +0000 Subject: have the funnel client passing the destructors for btn data structures to the funnel. Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future. svn path=/trunk/; revision=19440 --- epan/funnel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/funnel.h') diff --git a/epan/funnel.h b/epan/funnel.h index 2c1bf7afe9..09be5448eb 100644 --- a/epan/funnel.h +++ b/epan/funnel.h @@ -49,6 +49,8 @@ typedef struct _funnel_bt_t { funnel_text_window_t* tw; funnel_bt_cb_t func; void* data; + void (*free)(void*); + void (*free_data)(void*); } funnel_bt_t; typedef struct _funnel_ops_t { -- cgit v1.2.3