Changeset 4684
- Timestamp:
- 08/18/07 08:58:33 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.h
r4678 r4684 78 78 /* Look up the label which belongs to this chip. Note that chip should not 79 79 contain wildcard values! *result is newly allocated (free it yourself). 80 This function will return 0 on success, and <0 on failure. This81 function takes logical mappings into account. */80 This function will return 0 on success, and <0 on failure. 81 If no label exists for this feature, its name is returned itself. */ 82 82 int sensors_get_label(const sensors_chip_name *name, int feature, 83 83 char **result);
