From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- linux/LibSensors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/LibSensors.h') diff --git a/linux/LibSensors.h b/linux/LibSensors.h index ed9be7b..cceeedb 100644 --- a/linux/LibSensors.h +++ b/linux/LibSensors.h @@ -11,6 +11,6 @@ int LibSensors_init(FILE* input); void LibSensors_cleanup(void); -int LibSensors_getCPUTemperatures(CPUData* cpus, int cpuCount); +void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int cpuCount); #endif /* HEADER_LibSensors */ -- cgit v1.2.3