aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/expert_comp_dlg.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-09-10 19:48:16 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-09-10 19:48:16 +0000
commit17a8522cb63c9f61992b05a6a65981af0b0453c8 (patch)
treed4a9f4240f7e40799b4cfdf11f9a72d99fbdbe4a /ui/gtk/expert_comp_dlg.h
parent8363dc43b235b851c84a525be258019bec95b2ad (diff)
update the expert info entries after a packet comment was modified
the packet comment window can be opened from the expert infos by clicking on a comment, when a comment is modified in this way, we have to cf_retap_packets() to update the expert infos window https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7690 svn path=/trunk/; revision=44852
Diffstat (limited to 'ui/gtk/expert_comp_dlg.h')
-rw-r--r--ui/gtk/expert_comp_dlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/expert_comp_dlg.h b/ui/gtk/expert_comp_dlg.h
index 5021a117ba..d7a9240af9 100644
--- a/ui/gtk/expert_comp_dlg.h
+++ b/ui/gtk/expert_comp_dlg.h
@@ -26,5 +26,6 @@
#define __EXPERT_COMP_DLG_H__
void expert_comp_dlg_launch(void);
+void expert_comp_packet_comment_updated(void);
#endif /* __EXPERT_COMP_DLG_H__ */