X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fhdd.h;h=41b63ee684ee5b1d960039d7de34c36db829ba98;hp=6c31800fea5f57bc23fbc44085a075ef341c62b9;hb=dcd813f21c83592155f712ff1acf450b483d8072;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/lib/hdd.h b/src/lib/hdd.h index 6c31800..41b63ee 100644 --- a/src/lib/hdd.h +++ b/src/lib/hdd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2013 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 @@ -19,11 +19,19 @@ #ifndef _PSENSOR_HDD_H_ #define _PSENSOR_HDD_H_ +#include "config.h" #include "psensor.h" +#ifdef HAVE_ATASMART struct psensor **hdd_psensor_list_add(struct psensor **sensors, int values_max_length); void hdd_psensor_list_update(struct psensor **sensors); +#endif + +struct psensor **hddtemp_psensor_list_add(struct psensor **sensors, + int values_max_length); + +void hddtemp_psensor_list_update(struct psensor **sensors); #endif