Added a default high threshold for temperature: added missing header file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 18 Oct 2014 11:31:39 +0000 (13:31 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 18 Oct 2014 11:31:39 +0000 (13:31 +0200)
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).