X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Ftemperature.h;h=cb3e4c450dc54b02dcaa8cc485e1c5cab8af5493;hp=b36c90e68fbf2a5a9915090c2f9d8fd2ece4bf29;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=0f8920132b54243de7e911c56c87ae88300d1592 diff --git a/src/lib/temperature.h b/src/lib/temperature.h index b36c90e..cb3e4c4 100644 --- a/src/lib/temperature.h +++ b/src/lib/temperature.h @@ -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