X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Ftemperature.h;h=591b39b65d331466f604fdeb1a8b363e3b4fe152;hp=b36c90e68fbf2a5a9915090c2f9d8fd2ece4bf29;hb=fb33860236e4641a520ffa4e52deeef952b2853f;hpb=d96cb59ae7c70cd3306bc1a7e313b69cfcc10105 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