aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/gencode.h')
-rw-r--r--epan/dfilter/gencode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dfilter/gencode.h b/epan/dfilter/gencode.h
index db56b9082c..2148b2be58 100644
--- a/epan/dfilter/gencode.h
+++ b/epan/dfilter/gencode.h
@@ -4,4 +4,7 @@
void
dfw_gencode(dfwork_t *dfw);
+int*
+dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);
+
#endif