aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/column.h b/epan/column.h
index da09ce4704..43ec2aa581 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -44,6 +44,9 @@ const gchar *get_column_width_string(gint, gint);
const char *get_column_longest_string(gint);
gint get_column_char_width(gint format);
+void
+build_column_format_array(capture_file *cfile, gboolean reset_fences);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */