Added a default high threshold for temperature: added missing header file
[psensor.git] / src / cfg.h
index 02e605d..bbdfd77 100644 (file)
--- 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).