mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 10:05:22 +00:00
8 lines
190 B
C
8 lines
190 B
C
#ifndef HDDTEMP_H_
|
|
#define HDDTEMP_H_
|
|
|
|
int scan_hddtemp(const char *arg, char **dev, char **addr, int *port);
|
|
char *get_hddtemp_info(char *dev, char *addr, int port);
|
|
|
|
#endif /*HDDTEMP_H_*/
|