re-factor iface screen code (M. Dolze)

This commit is contained in:
marschap
2006-05-20 15:46:30 +00:00
parent 6b9bfd085d
commit 2ff1b58edb
11 changed files with 244 additions and 176 deletions
+7
View File
@@ -378,4 +378,11 @@ int machine_get_uptime(double *up, double *idle)
return(TRUE);
}
/* Get network statistics */
int machine_get_iface_stats (IfaceInfo *interface)
{
/* Implementation missing */
return 0;
}
#endif /* __OpenBSD__ */