aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_panes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/packet_panes.h')
-rw-r--r--ui/gtk/packet_panes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/packet_panes.h b/ui/gtk/packet_panes.h
index a9b756d40f..48bd3aad12 100644
--- a/ui/gtk/packet_panes.h
+++ b/ui/gtk/packet_panes.h
@@ -85,7 +85,7 @@ extern GtkWidget *add_byte_tab(GtkWidget *byte_nb, const char *name,
* @param tree_view the corresponding packet tree
* @param nb_ptr the byte view notebook
*/
-extern void add_byte_views(epan_dissect_t *edt, GtkWidget *tree_view,
+extern void add_byte_views(struct epan_dissect *edt, GtkWidget *tree_view,
GtkWidget *nb_ptr);
/** Gdk button click appeared, select the byte view from that position.