#ifdef out some variables used only if we have libpcap.

svn path=/trunk/; revision=41692
This commit is contained in:
Guy Harris 2012-03-21 00:01:42 +00:00
parent d230d1663f
commit e64375d187
1 changed files with 2 additions and 0 deletions

View File

@ -105,8 +105,10 @@ static GdkColor topic_item_idle_bg;
static GdkColor topic_item_entered_bg = { 0, 0xd3d3, 0xd8d8, 0xdada };
#endif
static GtkWidget *welcome_file_panel_vb = NULL;
#ifdef HAVE_LIBPCAP
static GtkWidget *if_view = NULL;
static GtkWidget *swindow;
#endif
static GSList *status_messages = NULL;