aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-02 07:12:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-02 07:12:11 +0000
commit92ddb18b8c6512e6525647b2d90c31f35002cc82 (patch)
treec9528ebcabdb7644f37197797a349119c8589afc /gtk/rtp_stream_dlg.c
parent9260d709ec6db17ca8fe9caf6196f1ce4fe8b0e9 (diff)
move "extern GtkWidget *main_display_filter_widget" from
various stats files to gtkglobals.h svn path=/trunk/; revision=11073
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 21f309c8c4..5212078d5a 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1,7 +1,7 @@
/* rtp_stream_dlg.c
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream_dlg.c,v 1.24 2004/06/02 07:01:04 guy Exp $
+ * $Id: rtp_stream_dlg.c,v 1.25 2004/06/02 07:12:10 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -39,8 +39,8 @@
#include "tap_menu.h"
#include "dlg_utils.h"
#include "ui_util.h"
-#include "main.h"
#include "compat_macros.h"
+#include "gtkglobals.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
@@ -49,7 +49,6 @@
#include <string.h>
-extern GtkWidget *main_display_filter_widget;
typedef const guint8 * ip_addr_p;