summaryrefslogtreecommitdiff
path: root/epan/column.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-06-04 20:15:10 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-06-04 20:15:10 +0000
commitd1d72fd2323cfb9ccf2946f78f0ca11e335d4941 (patch)
tree0ea11efa36fc21fb021d7370d32a1e278f97cc69 /epan/column.h
parentc4b66c82e760e2eb48ea8173bd5172f4b8d000f4 (diff)
downloadwireshark-d1d72fd2323cfb9ccf2946f78f0ca11e335d4941.tar.gz
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. svn path=/trunk/; revision=22038
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 */