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
@@ -428,4 +428,11 @@ static int swapmode(int *rettotal, int *retfree)
return(FALSE);
}
/* Get network statistics */
int machine_get_iface_stats (IfaceInfo *interface)
{
/* Implementation missing */
return 0;
}
#endif /* __APPLE__ */