2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-10-15 14:35:54 +00:00

add function prototype for print_lm87() to eliminate warning.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1084 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-05-13 16:32:02 +00:00
parent 59b1cf2bb8
commit e8392e8abc

View File

@@ -39,5 +39,6 @@ extern void print_w83781d(const sensors_chip_name *name);
extern void print_maxilife(const sensors_chip_name *name);
extern void print_ddcmon(const sensors_chip_name *name);
extern void print_eeprom(const sensors_chip_name *name);
extern void print_lm87(const sensors_chip_name *name);
#endif /* def PROG_SENSORS_CHIPS_H */