X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftemperature.h;h=591b39b65d331466f604fdeb1a8b363e3b4fe152;hb=11742b0e179695f1cf4792188ae5e1003d8b0002;hp=b36c90e68fbf2a5a9915090c2f9d8fd2ece4bf29;hpb=4c01ba89aac969b4c19190dd8f27329b5dd24a6e;p=psensor-pkg-ubuntu.git diff --git a/src/lib/temperature.h b/src/lib/temperature.h index b36c90e..591b39b 100644 --- a/src/lib/temperature.h +++ b/src/lib/temperature.h @@ -21,5 +21,6 @@ double celsius_to_fahrenheit(double c); double fahrenheit_to_celsius(double c); +double kelvin_to_celsius(double k); #endif