X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fnvidia.h;h=a94d72ef45d5270fc13951452bb48b6b577a5a8c;hp=64ad279ea5f38844089a38c00080a89c9060d04c;hb=48da1ac5531838d157762882ee455cec4da05728;hpb=dcd813f21c83592155f712ff1acf450b483d8072 diff --git a/src/lib/nvidia.h b/src/lib/nvidia.h index 64ad279..a94d72e 100644 --- a/src/lib/nvidia.h +++ b/src/lib/nvidia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 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,21 +19,11 @@ #ifndef _PSENSOR_NVIDIA_H_ #define _PSENSOR_NVIDIA_H_ -#include "psensor.h" +#include -/* - Updates temperatures of NVidia sensors. -*/ void nvidia_psensor_list_update(struct psensor **sensors); -/* - Adds NVIDIA sensors to a given list of sensors. - - Returns the new allocated list of sensors if sensors have been added - otherwise returns 'sensors'. The list is 'NULL' terminated. - */ -struct psensor **nvidia_psensor_list_add(struct psensor **sensors, - int values_max_length); +void nvidia_psensor_list_append(struct psensor ***sensors, int values_length); void nvidia_cleanup();