summaryrefslogtreecommitdiff
path: root/ui/ui_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui_util.h')
-rw-r--r--ui/ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui_util.h b/ui/ui_util.h
index 7ebd59bd3d..b76e218951 100644
--- a/ui/ui_util.h
+++ b/ui/ui_util.h
@@ -74,7 +74,7 @@ void packet_list_queue_draw(void);
void packet_list_select_first_row(void);
void packet_list_select_last_row(void);
void packet_list_moveto_end(void);
-gboolean packet_list_check_end(void);
+gboolean packet_list_check_end(void); /* GTK+ only */
gboolean packet_list_select_row_from_data(frame_data *fdata_needle);
void packet_list_resize_column(gint col);