1642e412761b1d904fe8c3419f5e857b13f3f1d6
[monky] / src / hddtemp.h
1 /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
2
3 #ifndef HDDTEMP_H_
4 #define HDDTEMP_H_
5
6 void set_hddtemp_host(const char *);
7 void set_hddtemp_port(const char *);
8 void update_hddtemp(void);
9 void free_hddtemp(void);
10 int get_hddtemp_info(const char *, short *, char *);
11
12 #endif /*HDDTEMP_H_*/