Show
Ignore:
Timestamp:
08/26/07 10:26:51 (6 years ago)
Author:
khali
Message:

Make sensors_match_chip internal to libsensors. It is no longer used by
applications in practice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3

    r4701 r4702  
    3636.B int sensors_parse_chip_name(const char *orig_name, 
    3737                            \fBsensors_chip_name *res);\fP 
    38 .B int sensors_match_chip(const sensors_chip_name *chip1, 
    39                        \fBconst sensors_chip_name *chip2);\fP 
    4038.B const char *sensors_get_adapter_name(int bus_nr); 
    4139.B char *sensors_get_label(const sensors_chip_name *name, int feature);\fP 
     
    6866.br 
    6967Parse a chip name to the internal representation. Return 0 on succes, <0 on error. 
    70  
    71 \fBint sensors_match_chip(const sensors_chip_name *chip1, 
    72                        const sensors_chip_name *chip2);\fP 
    73 .br 
    74 Compare two chips name descriptions, to see whether they could match. Return 0 if it does not match, return 1 if it does match. 
    7568 
    7669.B const char *sensors_get_adapter_name(int bus_nr);