xfce4-speed-plugin/panel-plugin/wormulon/unsupported.c

24 lines
401 B
C

/******************************************************************************
*
* get_stat()
*
* stub function for all unsupported operating systems
*
*****************************************************************************/
int get_stat(netdata* data)
{
return 0;
}
void init_osspecific(netdata* data)
{
/* do nothgin */
}
int checkinterface(netdata* data)
{
return 0;
}
C 96%
Makefile 3.5%
Shell 0.5%