Fixed restoration of the panel divider position.
[psensor.git] / src / lib / temperature.h
index b36c90e..cb3e4c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 jeanfi@gmail.com
+ * Copyright (C) 2010-2016 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -21,5 +21,6 @@
 
 double celsius_to_fahrenheit(double c);
 double fahrenheit_to_celsius(double c);
+double kelvin_to_celsius(double k);
 
 #endif