aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_table.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-30 00:53:15 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-30 00:53:15 +0000
commit1b81e773a7b2731e07150cd590c2ff49b7139658 (patch)
treefce9d2a244116a0cc0742def96d6dfb9e7d0dade /gtk/endpoint_talkers_table.h
parent7789678033ac361a155060097a3eb03743f77b1a (diff)
step two in endpoint talkers cleanup
move the windows destroy function to the common helpers file svn path=/trunk/; revision=8318
Diffstat (limited to 'gtk/endpoint_talkers_table.h')
-rw-r--r--gtk/endpoint_talkers_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/endpoint_talkers_table.h b/gtk/endpoint_talkers_table.h
index 46ac6f91fc..8b274ebdda 100644
--- a/gtk/endpoint_talkers_table.h
+++ b/gtk/endpoint_talkers_table.h
@@ -2,7 +2,7 @@
* endpoint_talkers_table 2003 Ronnie Sahlberg
* Helper routines common to all endpoint talkers taps.
*
- * $Id: endpoint_talkers_table.h,v 1.4 2003/08/30 00:47:43 sahlberg Exp $
+ * $Id: endpoint_talkers_table.h,v 1.5 2003/08/30 00:53:15 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -59,3 +59,4 @@ void add_ett_table_data(endpoints_table *et, address *src, address *dst, guint32
void draw_ett_table_data(endpoints_table *et);
+void ett_win_destroy_cb(GtkWindow *win _U_, gpointer data);