aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/dfunctions.h')
-rw-r--r--epan/dfilter/dfunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/dfunctions.h b/epan/dfilter/dfunctions.h
index 2b7957ec2c..96aed53bc6 100644
--- a/epan/dfilter/dfunctions.h
+++ b/epan/dfilter/dfunctions.h
@@ -29,7 +29,7 @@
typedef gboolean (*DFFuncType)(GList *arg1list, GList *arg2list, GList **retval);
/* The semantic check for the dfilter function */
-typedef void (*DFSemCheckType)(int param_num, stnode_t *st_node);
+typedef void (*DFSemCheckType)(dfwork_t *dfw, int param_num, stnode_t *st_node);
/* If a function needs more args than this, increase
* this macro and add more arg members to the dfvm_insn_t