summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index e0da7b9f..34974048 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -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;