Fix compilation warning

This commit is contained in:
Michael Stapelberg 2009-09-01 23:43:24 +02:00
parent e565e313f7
commit 1c0e5ea560
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ int general_socket;
const char *wlan_interface = NULL;
const char *eth_interface = NULL;
const char *wmii_path = NULL;
char *wmii_path = NULL;
const char *time_format = NULL;
bool use_colors = false;
bool get_ethspeed = false;

View File

@ -91,7 +91,7 @@ extern int highest_order;
extern const char *wlan_interface;
extern const char *eth_interface;
extern const char *wmii_path;
extern char *wmii_path;
extern const char *time_format;
extern bool use_colors;
extern bool get_ethspeed;