Changeset 4683
- Timestamp:
- 08/18/07 08:56:06 (1 year ago)
- Files:
-
- lm-sensors/trunk/lib/sensors.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/lib/sensors.h
r4679 r4683 79 79 /* Look up the label which belongs to this chip. Note that chip should not 80 80 contain wildcard values! *result is newly allocated (free it yourself). 81 This function will return 0 on success, and <0 on failure. This82 function takes logical mappings into account. */81 This function will return 0 on success, and <0 on failure. 82 If no label exists for this feature, its name is returned itself. */ 83 83 extern int sensors_get_label(sensors_chip_name name, int feature, 84 84 char **result);
