mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-02 14:31:57 +00:00
8 lines
215 B
C
8 lines
215 B
C
|
#ifndef HDDTEMP_H_
|
||
|
#define HDDTEMP_H_
|
||
|
|
||
|
int scan_hddtemp(const char *arg, char **dev, char **addr, int *port, char **temp);
|
||
|
char *get_hddtemp_info(char *dev, char *addr, int port, char *unit);
|
||
|
|
||
|
#endif /*HDDTEMP_H_*/
|