aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-06-14 16:51:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-06-14 16:51:11 +0000
commitc64847fe162377459a3a7ace071269aecaf3e497 (patch)
tree45ab8557b56a62cacd945caeddc2f0063b7bd60e /ui_util.h
parent98325a69c91319ed2559227a22f80b6448cc171c (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. svn path=/trunk/; revision=25452
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);