aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-14 16:51:11 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-14 16:51:11 +0000
commit8c009b33d7139e7055235ad33e04f893c72d80a2 (patch)
tree45ab8557b56a62cacd945caeddc2f0063b7bd60e /ui_util.h
parent7c5bddde3c31bc9d2951e963f20382a5e113f8a8 (diff)
Update all time columns when changing the time precision.
Not implemented for conversation relative and delta time yet, because this will need a reload as they are set by the dissectors and does not exist in the frame data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25452 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 6c8d94d5b8..ac85a65d1b 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -64,7 +64,7 @@ gint packet_list_append(const gchar *text[], gpointer data);
void packet_list_set_colors(gint, color_t *, color_t *);
gint packet_list_find_row_from_data(gpointer);
void packet_list_set_text(gint, gint, const gchar *);
-void packet_list_set_cls_time_width(gint);
+void packet_list_set_time_width(gint, gint);
gpointer packet_list_get_row_data(gint);
void packet_list_set_selected_row(gint);
gint packet_list_get_sort_column(void);