summaryrefslogtreecommitdiff
path: root/epan/column.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/column.h b/epan/column.h
index 621fac03dc..e17bd626aa 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -36,6 +36,7 @@ gint get_column_format(gint);
void get_column_format_matches(gboolean *, gint);
gint get_column_format_from_str(gchar *);
gchar *get_column_title(gint);
+const gchar *get_column_width_string(gint, gint);
const char *get_column_longest_string(gint);
gint get_column_char_width(gint format);