aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-26 10:34:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-26 10:34:07 +0000
commit246954a14c67446bb039db098083d3ed4995134e (patch)
tree07d43495da74cf1d799a0ebb9ebd17839cace836 /gtk/packet_list_store.h
parent9221a4370e73cb1efd4ddf1122a56e077cd5db2a (diff)
From Kovarththanan Rajaratnam:
Only clear packet list store if we need to redissect. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29195 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index 3262ac6b93..c9389abad9 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -89,6 +89,7 @@ struct _PacketListClass
GType packet_list_list_get_type(void);
PacketList *new_packet_list_new(void);
+void new_packet_list_store_clear(PacketList *packet_list);
void packet_list_append_record(PacketList *packet_list, row_data_t *row_data);
#endif /* NEW_PACKET_LIST */