xfce4-speed-plugin/panel-plugin/wormulon/if_media.h

6 lines
122 B
C
Raw Normal View History

/* interface speed detection errors */
#define ERR_IFACE_NO_SPEED -1
#define ERR_IFACE_DOWN -2
int get_if_speed(char *);