This commit is contained in:
Guus Sliepen 2004-11-01 17:02:19 +00:00
parent 82b29e9a3b
commit 1f00810da3
10 changed files with 24 additions and 28 deletions

View file

@ -46,14 +46,14 @@ typedef enum device_type_t {
} device_type_t;
int device_fd = -1;
device_type_t device_type;
static device_type_t device_type;
char *device;
char *iface;
char ifrname[IFNAMSIZ];
char *device_info;
int device_total_in = 0;
int device_total_out = 0;
static int device_total_in = 0;
static int device_total_out = 0;
bool setup_device(void)
{