summaryrefslogtreecommitdiff
path: root/epan/column.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2006-12-11 20:09:04 +0000
committerStephen Fisher <steve@stephen-fisher.com>2006-12-11 20:09:04 +0000
commit41c5011f5bdc89c097b5026bd3e46dfe2bb60282 (patch)
tree9acc071303468be7ca7b6775d41afdcb1ef3ed85 /epan/column.h
parentfdfd0be5bdb28eea8765e354e9d6b0d9015bc160 (diff)
downloadwireshark-41c5011f5bdc89c097b5026bd3e46dfe2bb60282.tar.gz
Add a new function to build column widths based not only on the max
width that is hard-coded in get_column_longest_string(), but also on the width of the user specified title of the column (in case it is wider.) svn path=/trunk/; revision=20117
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);