diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index b4cf83f..4d2d0f1 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -202,7 +202,8 @@ void set_timezone(const char *tz); /* src/first_network_device.c */ typedef enum { NET_TYPE_WIRELESS = 0, - NET_TYPE_ETHERNET = 1 + NET_TYPE_ETHERNET = 1, + NET_TYPE_OTHER = 2 } net_type_t; const char *first_eth_interface(const net_type_t type); |