Fix strange effects on desktop caused by 4a14668772a37b18a9aceb8951ece260084bc96e
[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);
5 char *get_hddtemp_info(char *dev, char *addr, int port);
6
7 #endif /*HDDTEMP_H_*/