aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/summary.h b/summary.h
index 5ec4b0aad9..7be3230775 100644
--- a/summary.h
+++ b/summary.h
@@ -50,7 +50,7 @@ typedef struct _summary_tally {
const char *cfilter; /* capture filter */
} summary_tally;
-void summary_fill_in(summary_tally *st);
+void summary_fill_in(capture_file *cf, summary_tally *st);
#endif /* summary.h */