make unit of all temperatures selectable
[monky] / src / hddtemp.h
1 #ifndef HDDTEMP_H_
2 #define HDDTEMP_H_
3
4 int scan_hddtemp(const char *arg, char **dev, char **addr, int *port, char **temp);
5 char *get_hddtemp_info(char *dev, char *addr, int port/*, char *unit*/);
6
7 #endif /*HDDTEMP_H_*/