#if 0 out an unused function declaration. Make it

match its implementation return type anyway.

The Airpcap icon should only depend of HAVE_AIRPCAP
but not on _WIN32


svn path=/trunk/; revision=28330
This commit is contained in:
Jörg Mayer 2009-05-11 18:29:23 +00:00
parent ea18cc4095
commit 54d5fdd08d
2 changed files with 5 additions and 2 deletions

View File

@ -57,14 +57,17 @@ gint row;
gint column;
}airpcap_key_ls_selected_info_t;
/* XXX Not used anywhere -> Delete??? */
#if 0
/*
* Used to retrieve a string containing a list of all the channels
* on which at least one adapter is capturing. This is true
* if the adapter passed as parameter is "Any" ... if not,
* this function returns the only channel number string.
*/
gchar*
static gchar*
airpcap_get_all_channels_list(airpcap_if_info_t* if_info);
#endif
/*
* set up the airpcap toolbar for the new capture interface

View File

@ -66,10 +66,10 @@
#include "gtk/webbrowser.h"
#include "gtk/capture_globals.h"
#ifdef _WIN32
#ifdef HAVE_AIRPCAP
#include "../image/toolbar/capture_airpcap_16.xpm"
#endif
#ifdef _WIN32
#include "../image/toolbar/capture_ethernet_16.xpm"
#include "../image/toolbar/modem_16.xpm"