aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-04 20:15:10 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-04 20:15:10 +0000
commitffb7303d2eca0ef59585e72a4407845b88586bcf (patch)
tree0ea11efa36fc21fb021d7370d32a1e278f97cc69 /epan/column.h
parent17ed126dfb2323a69070284163e16e8534711edf (diff)
Fix for bug #93: changes to the columns has no effect until restart
These changes allow the packet list clist to be destroyed and recreated with the new column titles/values/order that the user changed in the preferences without restarting Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22038 f5534014-38df-0310-8fa8-9805f1628bb7
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 */