X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fpsensor.h;h=8f6fc62120afbcf1641df39143c8bd9fe2b0cd94;hp=bfd7277bcd50d810c3f01b234432386506e73c66;hb=6c00dfa7bd155d237cc72b22d4c5841b006bf7f4;hpb=fa1395301c20b43c9b044fa08af3ceb17882fa6a diff --git a/src/lib/psensor.h b/src/lib/psensor.h index bfd7277..8f6fc62 100644 --- a/src/lib/psensor.h +++ b/src/lib/psensor.h @@ -210,10 +210,6 @@ const char *psensor_type_to_str(unsigned int type); const char *psensor_type_to_unit_str(unsigned int type, int use_celsius); -void psensor_init(); - -void psensor_cleanup(); - double get_max_value(struct psensor **sensors, int type); char *psensor_current_value_to_str(const struct psensor *, unsigned int);