mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 05:24:36 +03:00
Portability: make list of default screens per-platform
This commit is contained in:
@ -32,7 +32,9 @@ extern ProcessFieldData Process_fields[];
|
||||
* The routine assumes modulo arithmetic. This function is especially
|
||||
* useful on BSD machines for calculating cpu state percentages.
|
||||
*/
|
||||
extern ProcessField Platform_defaultFields[];
|
||||
extern ScreenDefaults Platform_defaultScreens[];
|
||||
|
||||
extern const unsigned int Platform_numberOfDefaultScreens;
|
||||
|
||||
extern int Platform_numberOfFields;
|
||||
|
||||
|
Reference in New Issue
Block a user