aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-09-02 17:51:48 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-09-02 17:51:48 +0000
commitcdd2959aa52f549151a8702330a6948ac51b7501 (patch)
treedd2622aa61dda59f48e32d14c4813994fae6a69e /gtk/packet_list_store.h
parentbc36849a9ed626a67f9de48a311aea903d5699d5 (diff)
Adding new color rules should work now.
svn path=/trunk/; revision=29671
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index a233852084..df7111be8f 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -91,7 +91,7 @@ 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);
void packet_list_change_record(PacketList *packet_list, guint row, gint col, column_info *cinfo);
-
+void new_packet_list_reset_dissected(PacketList *packet_list);
#endif /* NEW_PACKET_LIST */
#endif /* __NEW_PACKET_LIST_H__ */