From 1b805a31720727008b32b1129a167758519fd4db Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 2 May 2022 16:04:21 +0200 Subject: New upstream version 3.2.0 --- pcp/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcp/Platform.h') diff --git a/pcp/Platform.h b/pcp/Platform.h index ad38cbb..dc51c73 100644 --- a/pcp/Platform.h +++ b/pcp/Platform.h @@ -58,9 +58,9 @@ typedef struct Platform_ { unsigned int ncpu; /* maximum processor count configured */ } Platform; -extern ProcessField Platform_defaultFields[]; +extern const ScreenDefaults Platform_defaultScreens[]; -extern int Platform_numberOfFields; +extern const unsigned int Platform_numberOfDefaultScreens; extern const SignalItem Platform_signals[]; -- cgit v1.2.3