summaryrefslogtreecommitdiff
path: root/epan/funnel.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-03-06 22:49:27 +0000
committerBill Meier <wmeier@newsguy.com>2009-03-06 22:49:27 +0000
commit8c685a67e7a76ad2413ad7452392a2345ac08e3b (patch)
tree60aea6fcca59840c091dc3f10159ad87c5d52c3f /epan/funnel.h
parentb89f2dd2bc5421751fcfbff1088cc82b32f6f36f (diff)
downloadwireshark-8c685a67e7a76ad2413ad7452392a2345ac08e3b.tar.gz
Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.
svn path=/trunk/; revision=27627
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index 6c95e6d091..7a16dcaa31 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -50,8 +50,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*);
+ void (*free_fcn)(void*);
+ void (*free_data_fcn)(void*);
} funnel_bt_t;
typedef struct _funnel_ops_t {