summaryrefslogtreecommitdiff
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-07 12:04:59 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-07 12:04:59 +0000
commit0a09528611923c657991e53d1b8b9d6e48f5f941 (patch)
treef75c7088bc7c180c16628ab4e7f3095b303c2c3b /gtk/new_packet_list.h
parente55129063b47ed57b12400ea1208c73190e8e3cd (diff)
downloadwireshark-0a09528611923c657991e53d1b8b9d6e48f5f941.tar.gz
Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
svn path=/trunk/; revision=29762
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index c7b02eb111..4ae1912359 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -70,9 +70,9 @@ void new_packet_list_copy_summary_cb(GtkWidget * w _U_, gpointer data _U_, copy_
*/
extern void new_packet_list_recent_write_all(FILE *rf);
-GtkWidget * new_packet_list_get_widget(void);
+GtkWidget * new_packet_list_get_widget(void);
void new_packet_list_colorize_packets(void);
-
+
#endif /* NEW_PACKET_LIST */
#endif /* __NEW_PACKET_LIST_H__ */