From 9a621eed94d4050d302915e00d56c882a8c783dc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 18 Oct 2014 13:31:39 +0200 Subject: [PATCH] Added a default high threshold for temperature: added missing header file --- src/cfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cfg.h b/src/cfg.h index 02e605d..bbdfd77 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -148,6 +148,8 @@ void config_set_atiadlsdk_enable(bool); int config_get_sensor_unit(void); +double config_get_default_high_threshold_temperature(void); + /* * Returns the user directory containing psensor data (configuration * and log). -- 2.7.4