/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ #ifndef HDDTEMP_H_ #define HDDTEMP_H_ #ifdef __cplusplus extern "C" { #endif void set_hddtemp_host(const char *); void set_hddtemp_port(const char *); void update_hddtemp(void); void free_hddtemp(struct text_object *); void print_hddtemp(struct text_object *, char *, int); #ifdef __cplusplus } #endif #endif /*HDDTEMP_H_*/