X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fhdd.h;h=6c79dbccc080455e0615967e0dcf7f737e7d869d;hp=6c31800fea5f57bc23fbc44085a075ef341c62b9;hb=cddb9964bcb67249bf9426a3376c062a3d27398b;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/lib/hdd.h b/src/lib/hdd.h index 6c31800..6c79dbc 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-2014 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