Show
Ignore:
Timestamp:
08/22/07 19:05:01 (6 years ago)
Author:
khali
Message:

Change the prototype of sensors_get_label(). Errors can be reported
with a NULL pointer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/sensord.h

    r4668 r4694  
    6060 
    6161extern int getValid (const sensors_chip_name *name, int feature, int *valid); 
    62 extern int getLabel (const sensors_chip_name *name, int feature, char **label); 
    6362extern int getRawLabel (const sensors_chip_name *name, int feature, const char **label); 
    6463